-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.7.1
-
Component/s: Seam / JSF UI
-
Tags:
To reproduce: A workflow can give temporary permissions to a user to access a document . The user doesn't have READ permission on any of the parents of that document. When trying to navigate to the document from his dashboard the application crashes with the following error:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at java.lang.String.substring(String.java:1904) at java.lang.String.substring(String.java:1937) at java.lang.String.substring(String.java:1904) at org.nuxeo.ecm.webapp.tree.DocumentTreeNodeImpl.isSelected(DocumentTreeNodeImpl.java:186)
- is required by
-
NXP-10049 Error after a user approves a document which he usually can't access
- Resolved