
| Key: |
WW-628
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
James House
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
patch.diff (2 kB)
|
|
Environment:
|
WebLogic 8.1sp3, Windows XP or RedHat ES 2.1
|
|
|
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
|
|
Description
|
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
|
Show » |
| There are no comments yet on this issue.
|
|