History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1239
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rainer Hermanns
Reporter: Nick Hill
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

MultiPartRequestWrapper uses Class.forName resulting in 500 error

Created: 14/Mar/06 05:13 PM   Updated: 15/Mar/06 01:17 PM
Component/s: None
Affects Version/s: 2.2.1
Fix Version/s: 2.2.2


 Description  « Hide
The MultiPartRequestWrapper user Class.forName(parser) to load the parser instead of using Thread.currentThread().getCOntextClassLoader().loadClass(). This results in a 500 error (trying to load org.apache.fileupload.FIleUploadException) when using QuickStart.

 All   Comments   Change History      Sort Order:
Rainer Hermanns - [15/Mar/06 12:54 PM ]
Changing this to use ClassLoaderUtils....

Rainer Hermanns - [15/Mar/06 01:17 PM ]
Should be fixed in CVS HEAD...
Can you please retry with latest CVS HEAD.