Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004102 [Resin] minor always 07-01-10 15:43 08-02-10 10:36
Reporter alex View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.10 Product Version 4.0.7
  Product Build
Summary 0004102: post data not available for multipart/form-data POST request after calls to getParameter*
Description section 3.1.1
The following are the conditions that must be met before post form data will be
populated to the parameter set:
1. The request is an HTTP or HTTPS request.
2. The HTTP method is POST.
3. The content type is application/x-www-form-urlencoded.
4. The servlet has made an initial call of any of the getParameter family of methods
on the request object.
If the conditions are not met and the post form data is not included in the parameter
set, the post data must still be available to the servlet via the request object?s input
stream. If the conditions are met, post form data will no longer be available for
reading directly from the request object?s input stream.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004690)
ferg
08-02-10 10:36
edited on: 08-02-10 10:37

server/1600

Removing the <multipart-form> tag in the app-default.xml will disable that behavior. Since the fix for 4.0.10 is just to comment out that tag in the standard app-default.xml, the workaround is the same as the fix.

 

- Issue History
Date Modified Username Field Change
07-01-10 15:43 alex New Issue
07-01-10 15:48 alex Summary post data not available => post data not available for multipart/form-data POST request after calls to getParameter*
07-01-10 15:55 briandeng Issue Monitored: briandeng
08-02-10 10:36 ferg Note Added: 0004690
08-02-10 10:36 ferg Assigned To  => ferg
08-02-10 10:36 ferg Status new => closed
08-02-10 10:36 ferg Resolution open => fixed
08-02-10 10:36 ferg Fixed in Version  => 4.0.10
08-02-10 10:37 ferg Note Edited: 0004690
08-02-10 16:27 briandeng Issue End Monitor: briandeng


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker