Angela Schreiber created SLING-10996:
----------------------------------------

             Summary: RepoInit Parser doesn't properly define JCR Names
                 Key: SLING-10996
                 URL: https://issues.apache.org/jira/browse/SLING-10996
             Project: Sling
          Issue Type: Bug
          Components: Repoinit
            Reporter: Angela Schreiber


the repoinit parser defines 2 types of string values, neither of which properly 
reflects JCR names:

{code}
< NAMESPACED_ITEM: (["a"-"z"] | ["A"-"Z"])+ ":" (["a"-"z"] | ["A"-"Z"])+ >
< STRING: (["a"-"z"] | ["A"-"Z"] | ["0"-"9"] | ["-"] | ["_"] | ["."] | ["/"] | 
[":"] | ["*"]) + >
{code}

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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to