Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 5.1.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows xp
tomcat 6
jdk 1.6_04
-
Similar Issues:
Description
In the sample apache sturts bridge the upload seems to not work as expected;
when i upload a file the following code return a zero list items instead of one item:
ServletFileUpload upload = new ServletFileUpload(factory);
List items = upload.parseRequest(req);
Issue Links
- is related to
-
LPS-2022
File upload is broken in 5.2 for plugins
-

Issue reproduced in portal trunk and plugin trunk.