You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Erik Huelsmann <eh...@gmail.com> on 2006/06/27 12:51:12 UTC

Re: mod_dav_svn authorization configuration issue

On 6/26/06, YangSenhui <ya...@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