Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.21.3
-
None
-
None
Description
According to https://docs.adobe.com/docs/en/spec/jcr/2.0/3_Repository_Model.html#3.1.3%20Names
The name of the root node of a workspace is always ““ (the empty string).
Still https://github.com/apache/jackrabbit/blob/b23d6734381e49f236c3705820126803555608b5/jackrabbit-spi-commons/src/main/java/org/apache/jackrabbit/spi/commons/conversion/ParsingNameResolver.java#L63 throws an IllegalNameException for the empty string argument.
Attachments
Issue Links
- relates to
-
JCRVLT-456 PlatformNameFormat.getRepositoryPath("/") returns "/" instead of ""
- Open