Roland Gruber created OAK-2412:
----------------------------------
Summary: Rep:glob in Access Control List Entry with empty value is
not correcty handled
Key: OAK-2412
URL: https://issues.apache.org/jira/browse/OAK-2412
Project: Jackrabbit Oak
Issue Type: Bug
Components: core
Affects Versions: 1.0.5
Reporter: Roland Gruber
Setting a rep:glob with empty value ("") should restrict an ACL entry to the
current node. This seems to no longer work (working wiith CRX2).
See:
http://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/core/security/authorization/GlobPattern.html
How to reproduce:
1. Set a deny rule on a node with jcr:read and no rep:glob
2. Set an allow rule to the same node with rep:glob ""
Expected result: Node is readable (subnodes are not readable)
Actual result: Node is not readable
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)