DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5899>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5899

HTTP POST parameters ignored in CGIServlet.java

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2002-02-28 12:01 -------
I've experienced a similar problem when upgrading from Tomcat 3.3.3a to Tomcat 
4.

The test code in my servlet uses .getParameterNames() to list all parameters 
POSTed to it. I'm using Perl with LWP:UserAgent to make a POST request to the 
servlet with one field containing a URLEncoded XML document about 1Kb in size.

Even when I reduce to the size of the XML document the servlet still does not 
get passed the paramter. When I substitute the document for an ASCII string of 
the same length the parameter does get passed. Therefore I'm guessing that 
there is something in the XML document that Tomcat doesn't like. I've attached 
the document as fails.xml.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to