-
Bug
-
Resolution: Done
-
Major
-
4.4.0.Final
-
None
I configure three users with roles :
userread=connect,readonly
userwrite=connect,readwrite
useradmin=connect,admin
userread is not allowed to read content through web explorer. We got this message in log :
javax.jcr.AccessDeniedException: Permission denied to perform actions "[read]" on path <unknown>
at org.modeshape.jcr.JcrSession.checkPermission(JcrSession.java:1577) ~[modeshape-jcr-4.4.0.Final.jar:4.4.0.Final]
at org.modeshape.jcr.JcrSession.checkWorkspacePermission(JcrSession.java:1582) ~[modeshape-jcr-4.4.0.Final.jar:4.4.0.Final]
at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:706) ~[modeshape-jcr-4.4.0.Final.jar:4.4.0.Final]
And Web Explorer respond this message : "Permission denied to perform actions "read access control content" on path /"
With WebDav or Rest, my user "userread" has no problem to read the content.