DO NOT REPLY [Bug 10178] - Proxy server cuts off begining of buffer when specific header is used.

2007-08-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=10178


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




-- 
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]



DO NOT REPLY [Bug 10178] - Proxy server cuts off begining of buffer when specific header is used.

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=10178

Proxy server cuts off begining of buffer when specific header is used.

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||PatchAvailable



--- Additional Comments From [EMAIL PROTECTED]  2003-11-21 22:42 ---
enabling the PatchAvailable keyword
updated doc on submitting patches is at http://httpd.apache.org/dev/patches.html

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



DO NOT REPLY [Bug 10178] - Proxy server cuts off begining of buffer when specific header is used.

2003-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=10178

Proxy server cuts off begining of buffer when specific header is used.





--- Additional Comments From [EMAIL PROTECTED]  2003-04-08 15:09 ---
mod_proxy is not designed to be a generic, all-purpose proxy. We will 
investigate this 
patch, but it is likely not to be included in 1.3 in deference to 2.0.

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



DO NOT REPLY [Bug 10178] - Proxy server cuts off begining of buffer when specific header is used.

2002-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=10178

Proxy server cuts off begining of buffer when specific header is used.





--- Additional Comments From [EMAIL PROTECTED]  2002-07-11 16:50 ---
I have supplied a patch for correcting
this bug, basically if a non-HTTP response
is received 1.3.26 will drop the 1st line
even though it is not a header, refer to
my attachement for a non-certified quick
fix.  

The basic fix was to write a 'peek' function
to look at a line without consuming the
input buffer when checking for a true HTTP
header response to a proxied request.

I felt it was important to post it due 
to the inability to use 1.3.24 which 
doesn't have this bug - BUT has a nasty
security flaw i.e. the CERT chunk bug.

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



DO NOT REPLY [Bug 10178] - Proxy server cuts off begining of buffer when specific header is used.

2002-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=10178

Proxy server cuts off begining of buffer when specific header is used.





--- Additional Comments From [EMAIL PROTECTED]  2002-07-11 16:41 ---
Created an attachment (id=2321)
Fix drop of leading line of response for non-http proxied responses

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