You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/06/27 11:33:37 UTC

DO NOT REPLY [Bug 10558] - encodeURL form submit doesn't include hidden form variables

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=10558>.
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=10558

encodeURL form submit doesn't include hidden form variables





------- Additional Comments From tetsurou@isola.co.jp  2003-06-27 09:33 -------
According to the servlet spec, you can not get parameters from a POST
request which has a content type "multitype/form-data".
See SRV.4.1.1 "When Parameters Are Available" in the servlet spec 2.3
for a detail.

I would recommend you to use commons-fileupload.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org