Re: [PATCH] Fix bug in recursive authz logic (Was: Re: problem with AUTHZ_SVN_RECURSIVE in mod_authz_svn.c)
From: Bernd Rinn <bernd_at_sdf.lonestar.org>
Date: 2005-07-23 17:59:01 CEST
Thanks for your quick response! I guess the patch for svn 1.2.x should be for
When looking at snv_path_is_ancestor in libsvn_subr/path.c,
svn_boolean_t
/* If path1 is empty and path2 is not absoulte, then path1 is an ancestor. */
/* If path1 is a prefix of path2, then:
return FALSE;
there is one case that I do not understand: when path1 == "/foo/" and path2 ==
In the case of authz_parse_section() in libsvn_repos/authz.c this means that
[/dir1]
in AuthzSVNAccessFile does not apply to repos_path == "/dir1/" (at least if there isn't some
Regards,
---------------------------------------------------------------------
|
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.