Re: svn commit: r1203546 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

2011-11-18 Thread Stefan Sperling
On Fri, Nov 18, 2011 at 03:07:11PM +0100, Stefan Sperling wrote: > On Fri, Nov 18, 2011 at 02:52:44PM +0100, Stefan Sperling wrote: > > Suggestion (not tested); > > > > ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, > >"mod_dav_svn: nested Location '%s' inside " > >

Re: svn commit: r1203546 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

2011-11-18 Thread Stefan Sperling
On Fri, Nov 18, 2011 at 02:52:44PM +0100, Stefan Sperling wrote: > Suggestion (not tested); > > ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, >"mod_dav_svn: nested Location '%s' inside " >"SVNPath Location '%s'; this hinders access to a file " >

Re: svn commit: r1203546 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

2011-11-18 Thread Stefan Sperling
On Fri, Nov 18, 2011 at 01:37:24PM +, Philip Martin wrote: > phi...@apache.org writes: > > > Author: philip > > Date: Fri Nov 18 09:09:56 2011 > > New Revision: 1203546 > > > Also, a nested Location inside an SVNPath Location is ambiguous so > > prevent access and log the problem. > > > + i

Re: svn commit: r1203546 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

2011-11-18 Thread Philip Martin
phi...@apache.org writes: > Author: philip > Date: Fri Nov 18 09:09:56 2011 > New Revision: 1203546 > Also, a nested Location inside an SVNPath Location is ambiguous so > prevent access and log the problem. > + if (parent->fs_path) > +{ > + /* Nesting inside SVNPath is ambiguous so pre