You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Thomas DeWire <to...@hearme.com> on 2000/05/05 21:48:31 UTC

Potential POST bug in Tomcat's internal http server.

Just a heads up.

We were testing an application which relies on sending comparatively large
(2 KB+) using the POST method.  We saw a consistent behavior in which
Tomcat's internal http server would pull the correct size of data from the
request, but would zero out everything past about 1K.  Sending the same
request through Apache instead yields correct results, presumably isolating
the problem to the internal web server.

Unfortunately, I don't have time to look into it myself right now.  I'm sure
this isn't a priority, but wasn't sure where to report the bug in light of
the bug database being down.  When my other work winds down, maybe I'll take
a peek.

-- tom