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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11668

mod proxy & mod_rewite generate a invalid http response





------- Additional Comments From [EMAIL PROTECTED]  2003-05-05 14:22 -------
This is a bug in proxy_util.c - the full details are in the Debian bug tracking
system, but I've also attached a version of the same patch to this bug.

The attached patch is not the only way to fix it, of course, though it does
introduce the smallest amount of new code for any patch I considered, and it is
very easy to verify that this patch does not break anything new.

It may however be more proper to fix it by removing the manipulations of
buffer[12] around the atoi call (see the patch), and then replace the atoi call
with an equivalent usage of ap_strtol().

Note that several other bugs are in fact duplicates of this bug.

My Debian bug report can be read at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=191930

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

Reply via email to