-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Low
In org.modeshape.jcr.JcrRepository on line 944 the correct root cause of a JAAS login exception is swallowed, this makes it hard to find the problem:
// Need to make sure that the user has access to this session
try
catch (AccessControlException ace)
{ throw new NoSuchWorkspaceException(JcrI18n.workspaceNameIsInvalid.text(sourceName, workspaceName)); }