Description
Passing an invalid name to a JCR method might or might not throw a RepositoryException depending on whether name re-mappings exist or not:
session.itemExists("/jcr:cont]ent");
returns false if no name re-mappings exist but throws a RepositoryException otherwise.
Attachments
Issue Links
- is related to
-
OAK-1891 Regression: non-space whitespace not allowed in item names
- Resolved
-
OAK-1624 Item names with trailing spaces should not be allowed
- Closed
-
OAK-3412 Node name having non space whitspace chars should not be allowed
- Closed
-
OAK-1179 Use dedicated Path class for handling paths in Oak
- Resolved
- relates to
-
OAK-1168 Invalid JCR paths not caught
- Closed
-
OAK-3395 RevisionGC fails for JCR paths having line feed characters
- Closed