You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/11/07 18:21:16 UTC

DO NOT REPLY [Bug 4704] - MultiPartRequestHandler().getTextElements() doesn't contain some parameters

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

MultiPartRequestHandler().getTextElements() doesn't contain some parameters





------- Additional Comments From roland@tichny.org  2001-11-07 09:21 -------
Some additional note: The missing parameters always appear *after* the file to
upload within the client request, i.e.

POST /action/attachment-create HTTP/1.1
Host: localhost:7000
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011009
Accept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9,
image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1
Accept-Language: de, en;q=0.50
Accept-Encoding: gzip, deflate, compress;q=0.9
Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66
Keep-Alive: 300
Connection: keep-alive
Cookie: JSESSIONID=F81185664918B2B3A970034023759421
Referer: http://localhost:7000/action/attachment-edit-list?call-id=23054
Content-type: multipart/form-data;
boundary=---------------------------1627350459202016671524971257
Content-Length: 5254

-----------------------------1627350459202016671524971257
Content-Disposition: form-data; name="description"

Test.....
-----------------------------1627350459202016671524971257
Content-Disposition: form-data; name="attachment"; filename="boot-compat.b"
Content-Type: application/msaccess

???ZR?B??BB$?ZR???Z?? ??[???t?S???[K???r??t< t??8?t?C?u???X?N??^1????t!??t?< t?
<0r<9w,0?????????s?????????
-----------------------------1627350459202016671524971257
Content-Disposition: form-data;
name="com.consol.cmjsp.control.action.BaseAction.FORM_ACTION"

/attachment-create
-----------------------------1627350459202016671524971257
Content-Disposition: form-data; name="call-id"

23054
-----------------------------1627350459202016671524971257--

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>