authz changes between 1.9 and 1.10
From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 20 Jul 2018 13:59:04 +0100
In 1.9 it was possible to repeat, or reopen, a section:
[/some/path]
This was equivalent to a single section:
[/some/path]
In 1.10 this is rejected by the parser and cannot be used. Is this a
In 1.9 any repeat acl lines that were the exact same match, such as:
[/some/path]
resulted in the last line overriding all the other lines, so user=r in
Finally, issue 4762. In 1.9 if both global and per-repository sections
[/some/path]
resulted in user=rw. The issue 4762 problem is that in 1.10 the
At present the per-repository section override the global section just
[/some/path]
Should these combine?
Glob sections are new so they could have different behaviour from
-- PhilipReceived on 2018-07-20 14:59:16 CEST |
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.