Re: [PATCH] apache_1.3.28/src/modules/standard/mod_rewrite.c

2003-07-28 Thread Pennywize Support
On Fri, 25 Jul 2003 10:59:52 +0200 (MEST), I wrote: I guess that should be okay for the lookahead, right? I suppose it doesn't matter when r->filename is absolute, but I think it causes an infinite loop with (say) "/../dir/" -> "dir/" and then that doubles itself each time it goes through ap_m

Re: [PATCH] apache_1.3.28/src/modules/standard/mod_rewrite.c

2003-07-25 Thread Paul Wankadia
On Fri, 25 Jul 2003 18:49:07 +1000 (EST), I wrote: > -rsub = subrecfunc(r->filename, r); \ > +rsub = subrecfunc("", r); \ [..] > I gues Oops.. I guess that should be okay for the lookahead, right? I suppose it doesn't matter when r->filename is absolute, but I think it

[PATCH] apache_1.3.28/src/modules/standard/mod_rewrite.c

2003-07-25 Thread Paul Wankadia
Please consider my suggestion: --- mod_rewrite.c.old Fri Jul 25 18:07:38 2003 +++ mod_rewrite.c Fri Jul 25 18:12:42 2003 @@ -3823,7 +3823,7 @@ /* ...and sub and main paths differ */ \ && strcmp(r->main->uri, r->uri) != 0))) { \