[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: mod_dav_svn authorization configuration issue

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-06-27 14:51:12 CEST

On 6/26/06, YangSenhui <yangsenhui@21cn.com> wrote:
>
> Because an existing project's path contain "]",the authorization
> configuration don't work.
> For example:
> the project contain a path name: abc[123]
> ths access configuration my be:
>
> [test:/abc[123]/def]
> samyang=rw
>
> But It don't work!
>
> I think that may be parse_section_name() in
> subversion\libsvn_subr\config_file.c cause it.

Yes, that function does indeed cause it, but: our config parser is an
exact duplication of functionality as the standard python config
parser. So, could you verify how python parses your mod_dav_svn config
file? If that parses your config file incorrectly too, then it's by
design that it does so...

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 27 15:01:18 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.