jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Jetty
  • JETTY-200

Error while servlet out size > 64k

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Critical 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

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

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Greg Wilkins added a comment - 15/Dec/06 5:09 PM

I am 95% sure this is fixed in 6.0.1 and 99% sure it is fixed in 6.1.0rc1

there was a issue with a full buffer not triggering a flush in 6.0.1

Show
Greg Wilkins added a comment - 15/Dec/06 5:09 PM I am 95% sure this is fixed in 6.0.1 and 99% sure it is fixed in 6.1.0rc1 there was a issue with a full buffer not triggering a flush in 6.0.1
Hide
Permalink
Greg Wilkins added a comment - 18/Dec/06 10:23 AM

Marking as fixed, because I can't reproduce so I expect my suspicions to be true.

Show
Greg Wilkins added a comment - 18/Dec/06 10:23 AM Marking as fixed, because I can't reproduce so I expect my suspicions to be true.

People

  • Assignee:
    Greg Wilkins
    Reporter:
    Lonewolf
Vote (0)
Watch (1)

Dates

  • Created:
    14/Dec/06 3:46 AM
    Updated:
    18/Dec/06 10:23 AM
    Resolved:
    18/Dec/06 10:23 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.