DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43729>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43729

           Summary: Jetty AJP connector seems to be buggy...
           Product: Lenya
           Version: Trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Miscellaneous
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


when jetty is used with an apache httpd in front and the ajp connector, apache
has problems with the data from jetty:
[Mon Oct 29 23:08:28 2007] [error] ajp_parse_data: Wrong chunk length. Length of
chunk is 8185, expected length is 8184.
[Mon Oct 29 23:08:28 2007] [error] (120007)APR does not understand this error
code: proxy: send body failed to (null) (*)

a bugzilla entry in apache httpd suggests that this might be jetty's fault (an
off-by-one error due to a terminating \0 that should not be counted as
payload...): http://issues.apache.org/bugzilla/show_bug.cgi?id=39528

this prevents jetty from being used in proxied environments with ajp. plain http
proxy does not work, because it breaks https requests, because jetty does not
get to see if a user originally requested a page through ssl, hence it produces
http links instead of https. 

maybe we need to upgrade our jetty eventually...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to