Re: FW: cvs commit: httpd-2.0/modules/proxy proxy_http.c

2002-12-11 Thread Brian Pane
Unless I'm missing something, this patch would make the proxy vulnerable to a DoS. An attacker could cause the httpd to buffer an arbitrarily large amount of data simply by sending an arbitrarily large request body, right? Brian On Tue, 2002-12-10 at 15:55, Bill Stoddard wrote: > Any objections

RE: FW: cvs commit: httpd-2.0/modules/proxy proxy_http.c

2002-12-11 Thread Bill Stoddard
> "Bill Stoddard" <[EMAIL PROTECTED]> writes: > > > Any objections to porting this to 2.0? > > > > Bill > > > > jerenkrantz2002/12/08 21:37:27 > > > > Modified:.CHANGES > >modules/proxy proxy_http.c > > Log: > > Rewrite how proxy sends its request to allow

Re: FW: cvs commit: httpd-2.0/modules/proxy proxy_http.c

2002-12-11 Thread Paul J. Reder
Jeff Trawick wrote: "Bill Stoddard" <[EMAIL PROTECTED]> writes: Any objections to porting this to 2.0? Bill jerenkrantz2002/12/08 21:37:27 Modified:.CHANGES modules/proxy proxy_http.c Log: Rewrite how proxy sends its request to allow input bodies to morph

Re: FW: cvs commit: httpd-2.0/modules/proxy proxy_http.c

2002-12-11 Thread Jeff Trawick
"Bill Stoddard" <[EMAIL PROTECTED]> writes: > Any objections to porting this to 2.0? > > Bill > > jerenkrantz2002/12/08 21:37:27 > > Modified:.CHANGES >modules/proxy proxy_http.c > Log: > Rewrite how proxy sends its request to allow input bodies to morph th

FW: cvs commit: httpd-2.0/modules/proxy proxy_http.c

2002-12-10 Thread Bill Stoddard
Any objections to porting this to 2.0? Bill jerenkrantz2002/12/08 21:37:27 Modified:.CHANGES modules/proxy proxy_http.c Log: Rewrite how proxy sends its request to allow input bodies to morph the request bodies. Previously, if an input filter changed the r