> From: c...@munat.com [mailto:c...@munat.com]
> Subject: Parameters disappear from PUTs
> 
> When I load my app into Tomcat 6 (Ubuntu), the form submission works
> perfectly if I use a POST: the params are definitely received. If I
> use a PUT, it works, but the parameters are missing

1) Tell us your /exact/ Tomcat aversion, and whether it's a 3rd-party 
repackaged one or a real Tomcat from tomcat.apache.org.  (The Ubuntu flavor of 
Tomcat gives many people grief, albeit not with the symptoms you describe.)

2) Tell us the /exact/ JVM version and vendor you're using.

3) Take a Wireshark or equivalent trace to verify that the parameters are being 
sent over the wire.

4) Enable the Request Dumper Valve to see if the parameters are making it into 
Tomcat (but heed the warning about character encoding side effects):
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Request%20Dumper%20Valve

5) Try the latest Tomcat 6.0.24 download and see if the problem persists.  Note 
the following bug report:
https://issues.apache.org/bugzilla/show_bug.cgi?id=37794
which was corrected in 6.0.21.  It's for handling POST parameters, but might be 
related.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to