You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <jw...@virginia.edu> on 2002/05/29 01:37:26 UTC

Re: cvs commit: httpd-2.0/modules/mappers mod_userdir.c

On 28 May 2002 rbb@apache.org wrote:

> rbb         02/05/28 16:14:15
>
>   Modified:    modules/mappers mod_userdir.c
>   Log:
>   Fix http redirecting for UserDir.  Before this patch, the directive:
>   UserDir http://www.foo.com/~*/
>   The code would ignore the http:// and instead use the user's home directory

Cool, thanks.  Since you've looked at this code recently, any thoughts on
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9299 and the patch
therein?

--Cliff


RE: cvs commit: httpd-2.0/modules/mappers mod_userdir.c

Posted by Ryan Bloom <rb...@covalent.net>.
> From: Cliff Woolley [mailto:jwoolley@virginia.edu]
> 
> On 28 May 2002 rbb@apache.org wrote:
> 
> > rbb         02/05/28 16:14:15
> >
> >   Modified:    modules/mappers mod_userdir.c
> >   Log:
> >   Fix http redirecting for UserDir.  Before this patch, the
directive:
> >   UserDir http://www.foo.com/~*/
> >   The code would ignore the http:// and instead use the user's home
> directory
> 
> Cool, thanks.  Since you've looked at this code recently, any thoughts
on
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9299 and the patch
> therein?

The code is ugly as it stands now.  I will try to look at it tonight and
clean it up.  I just needed this fix ASAP, so I committed it.  I'll do
the rest of the cleanup later, as a part of that cleanup, I'll implement
the path that the patch addresses.

Ryan