[ 
https://issues.apache.org/jira/browse/SLING-6774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960474#comment-15960474
 ] 

Oliver Lietz commented on SLING-6774:
-------------------------------------

Current definition in repoinit's grammar ({{RepoInitGrammar.jjt}}):

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

> Allowed character set in repo init is too restrictive
> -----------------------------------------------------
>
>                 Key: SLING-6774
>                 URL: https://issues.apache.org/jira/browse/SLING-6774
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: Repoinit Parser 1.1.0
>            Reporter: Carsten Ziegeler
>             Fix For: Repoinit Parser 1.1.2
>
>
> As we found out in SLING-6772, the allowed character set of repoinit is too 
> limited. We should at least add a plus and the @ sign.
> SLING-6772 as two patches for handling the @ by [~olli]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to