Branko Čibej created SVN-4793:
---------------------------------
Summary: ACEs for inverted groups in authz rules are not applied
Key: SVN-4793
URL: https://issues.apache.org/jira/browse/SVN-4793
Project: Subversion
Issue Type: Bug
Components: libsvn_repos
Affects Versions: 1.11.0, 1.10.x
Reporter: Branko Čibej
Assignee: Branko Čibej
With the following authorization file:
{noformat}
[groups]
readonly = jconstant
[/]
$anonymous =
~@readonly = rw
@readonly = r
{noformat}
access to any repository fails for an authenticated user that is not in the
_@readonly_ group.
{noformat}
$ svn list --username jrandom .../repo
svn: E170001: Authorization failed
{noformat}
Reported [on
dev@|https://lists.apache.org/thread.html/6cc7b22b211827ff946373407a516a3ab4d866fe03cdc85d22ff276b@%3Cdev.subversion.apache.org%3E].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)