Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.4 (EE only), 3.2.1
-
Component/s: Modules: Jersey
-
Environment:
Fedora 15
java-1.6.0-openjdk-1.6.0.0-58.1.10.2.fc15.i686
-
User impact:High
-
Configuration:
-
Log Output:
-
Similar Issues:None
Description
I wrote a Jersey class that was supposed to accept a multipart/form-data encoded POST from a html form. It returned a 400 error. Digging into the actual problem, I found that a MIMEParsingException is being thrown by mimepull (a Jersey dependency). The body of the post is getting corrupted somehow. I've confirmed that the Jersey class is working correctly by deploying it in a Jetty container and testing it there.
Until this gets fixed, I can't create a web service that accepts files
The original report is at http://forums.mulesoft.org/thread.jspa?messageID=16784#16784
Issue Links
- is duplicated by
-
MULE-5828
POSTing a multipart/form-data message w/o a payload parameter throws IllegalArgumentException
-