Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
the repoinit parser defines 2 types of string values, neither of which properly reflects JCR names:
< NAMESPACED_ITEM: (["a"-"z"] | ["A"-"Z"])+ ":" (["a"-"z"] | ["A"-"Z"])+ > < STRING: (["a"-"z"] | ["A"-"Z"] | ["0"-"9"] | ["-"] | ["_"] | ["."] | ["/"] | [":"] | ["*"]) + >
see https://www.adobe.io/experience-manager/reference-materials/spec/jcr/2.0/3_Repository_Model.html#3.2%20Names for the details on how a JCR name is defined and what characters are considered illegal.
Attachments
Issue Links
- relates to
-
SLING-10952 Repoinit - Support Whitespace in Group IDs
- Closed