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

Key: WW-628
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: James House
Votes: 0
Watchers: 0
Operations

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

Bug with request parameter handling with WebLogic 8.1sp3

Created: 08/Sep/04 10:44 AM   Updated: 08/Sep/04 01:07 PM
Component/s: Dispatch
Affects Version/s: 2.1, 2.1.1
Fix Version/s: 2.1.2

File Attachments: 1. File patch.diff (2 kb)

Environment: WebLogic 8.1sp3, Windows XP or RedHat ES 2.1


 Description  « Hide

WebLogic apparently does not like the request stream to be read before the parameters have been accessed.

The first thing the WebWork ServletDispatcher does with a new request is read the stream to determine if the request is multi-part.

The attached patch adds a detection for WebLogic, and then adds a dummy call to request.getParameter() before the stream is read.

james


 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.