You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2017/04/07 08:26:41 UTC

[jira] [Commented] (SLING-6774) Allowed character set in repo init is too restrictive

    [ 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)