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=41793>. 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=41793 Summary: mod_proxy_ajp documentation incorrect, send body chunk is terminated by null character Product: Apache httpd-2 Version: 2.2-HEAD Platform: All OS/Version: other Status: NEW Severity: major Priority: P2 Component: Documentation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am writing my own ajp13 server implementation, and I thought I ran into an issue with mod_proxy_ajp, but according to: http://issues.apache.org/bugzilla/show_bug.cgi?id=39528 the mod_proxy_ajp documentation at http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html is slightly wrong. The section that reads: AJP13_SEND_BODY_CHUNK := prefix_code 3 chunk_length (integer) chunk *(byte) should be modified to read: AJP13_SEND_BODY_CHUNK := prefix_code 3 chunk_length (integer) chunk *(byte) chunk_terminator (byte) Ox00 -- 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]
