Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 6.0.1
-
Fix Version/s: 6.1.0rc1
-
Component/s: None
-
Labels:None
-
Environment:Windows XP SP2, Java 6, Opera 9.10.8660, Jetty works as a service with Service Wrapper 3.2.3
-
Number of attachments :
Description
In JSP after POST request, when page size generated as result in JSP is more than 64k, nothing returned, (IE 6 displays error message "Unable to connect to specified server", Opera displays previous page). Log file looks like this:
-------
null - - [14/12/2006:09:07:22 +0000] "POST /informer/sms.jsp HTTP/1.1" 200 65536
Please note:
1. Address is specified as null
2. Status is 200, i.e. Jetty "thinks" it's all ok
3. Result size is 65536, exact 64k!
I suppose, some kind of buffer inside of Jetty has limit of 64k, and this error is because of this.
Is there any way to investigate it more deply for me? If I set log level to lowest, will error be displayed?
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Greg Wilkins [ gregw ] |
Greg Wilkins
made changes -
| Fix Version/s | 6.1.0rc1 [ 13071 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |