Re: svn commit: r490142 - /httpd/httpd/trunk/modules/mappers/mod_alias.c

2006-12-26 Thread Ruediger Pluem
On 12/26/2006 03:49 AM, Nick Kew wrote: > On 25 Dec 2006, at 22:59, Ruediger Pluem wrote: > >> >>> -if (!use_regex && !ap_is_url(url)) >>> +/* PR#35314: we can allow path components here; >>> + * they get correctly resolved to full URLs. >> >> >> Where? A quick check show

Re: svn commit: r490142 - /httpd/httpd/trunk/modules/mappers/mod_alias.c

2006-12-25 Thread Nick Kew
On 25 Dec 2006, at 22:59, Ruediger Pluem wrote: -if (!use_regex && !ap_is_url(url)) +/* PR#35314: we can allow path components here; + * they get correctly resolved to full URLs. Where? A quick check shows that the resulting Location header has no scheme and host in

Re: svn commit: r490142 - /httpd/httpd/trunk/modules/mappers/mod_alias.c

2006-12-25 Thread Ruediger Pluem
On 12/25/2006 01:06 PM, wrote: > Author: niq > Date: Mon Dec 25 04:06:33 2006 > New Revision: 490142 > > URL: http://svn.apache.org/viewvc?view=rev&rev=490142 > Log: > PR#35314: Enable path components in Redirect > > Modified: > httpd/httpd/trunk/modules/mappers/mod_alias.c > > Modified: