Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.40.0
-
None
-
None
Description
According to JCR 2.0 7.2 there is no special rules for item names in system view therefore according to https://docs.adobe.com/content/docs/en/spec/jcr/2.0/3_Repository_Model.html#3.2.6%20Use%20of%20Qualified%20and%20Expanded%20Names I would assume that both qualified and expanded names should be fine.
But actually parsing of sv:name attributes (https://github.com/apache/jackrabbit-oak/blob/c6ddcc55bee3de915459af01e91edad32d538f3d/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/xml/SysViewImportHandler.java#L126) only supports qualified names (https://github.com/apache/jackrabbit-oak/blob/c6ddcc55bee3de915459af01e91edad32d538f3d/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/xml/TargetImportHandler.java#L137).
Attachments
Issue Links
- links to