Re: svn commit: r1614080 - in /subversion/branches/authzperf: BRANCH-README subversion/libsvn_repos/authz.c subversion/libsvn_subr/config.c subversion/libsvn_subr/config_impl.h
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 29 Jul 2014 11:25:49 +0100
Brane wrote:
(Ugh, I don't like the prefix '*' which I think you're using to mean 'wildcards enabled'.)
> where both "f*" and "*o" match "foo", we should always pick
So if the (wildcard-enabled) patterns were
/projects/*/include/*.h
then for a path that matches both we'd always pick the pattern defined first, because in the first (most significant) path component where the patterns differ, neither provides an exact match. In this case we'd pick the one that intuitively looks a 'looser' match.
1. Do these rules match any other existing practice that we could compare with?
2. Are these rules documented in the authzperf branch yet?
3. Do these rules match the behaviour Stefan is currently implementing in the authzperf branch?
Just wondering.
- Julian
|
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.