Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-03-27 Thread Rodent of Unusual Size
Rodent of Unusual Size wrote: > William A. Rowe, Jr. wrote: > >> And what is the impact of this patch on proxies and using mod_rewrite >> to proxy certain URIs? > > i will investigate. i'm tempted to consider this a piece > of rope, however, and as long as it doesn't open any security > exposure

Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-03-26 Thread Rodent of Unusual Size
William A. Rowe, Jr. wrote: > > The configuration and context below seems odd to me; : > You haven't resolved any , , etc in the > code fragment above... it's too early in the request processing cycle. > It seems this should not be a dir_conf flag, but actually a server_conf flag > since

Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-03-19 Thread William A. Rowe, Jr.
At 12:57 PM 3/19/2003, William A. Rowe, Jr. wrote: >It would be best if we unparsed and tracked the offsets in the source and >unescaped query strings of individual components (scheme, user, host, >path, path_info and query). We could do something as simple as counting >the number of slashes in t

Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-03-19 Thread William A. Rowe, Jr.
>coar2003/01/23 13:34:14 > > Modified:include ap_mmn.h http_core.h httpd.h > server core.c request.c util.c > Log: >here we go. add a directive that will keep %2f from being >decoded into '/', allowing the *_walk to do their magic and >return

Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-01-23 Thread André Malo
* Justin Erenkrantz wrote: > --On Friday, January 24, 2003 00:11:22 +0100 André Malo <[EMAIL PROTECTED]> > wrote: > >>> + * 20020903.1 (2.0.44-dev) allow_encoded_slashes added to >>> core_dir_config >> >> This should now be 2.0.45-dev, shouldn't it? > > 2.1.0-dev. -- justin *err* yes ...

Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-01-23 Thread Justin Erenkrantz
--On Friday, January 24, 2003 00:11:22 +0100 André Malo <[EMAIL PROTECTED]> wrote: + * 20020903.1 (2.0.44-dev) allow_encoded_slashes added to core_dir_config This should now be 2.0.45-dev, shouldn't it? 2.1.0-dev. -- justin

Re: cvs commit: httpd-2.0/server core.c request.c util.c

2003-01-23 Thread André Malo
* [EMAIL PROTECTED] wrote: > Index: ap_mmn.h > === > RCS file: /home/cvs/httpd-2.0/include/ap_mmn.h,v > retrieving revision 1.52 > retrieving revision 1.53 > diff -u -u -r1.52 -r1.53 > --- ap_mmn.h3 Sep 2002 23:3