[
https://issues.apache.org/jira/browse/OAK-10624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810337#comment-17810337
]
Manfred Baedke edited comment on OAK-10624 at 5/23/24 1:49 PM:
---------------------------------------------------------------
trunk (1.64.0):
[36a32dcb|https://github.com/apache/jackrabbitoak/commit/36a32dcbc1e12142df47ca3b04c81d1c4cabde5c]
was (Author: baedke):
Test case:
[9821deb5|https://github.com/apache/jackrabbit-oak/commit/9821deb5db252617b3e969eca9f9f53ee6b5fd33]
> o.a.j.o.namepath.JcrPathParser does not accept some valid local names
> containing '{' or '}'
> -------------------------------------------------------------------------------------------
>
> Key: OAK-10624
> URL: https://issues.apache.org/jira/browse/OAK-10624
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core-spi
> Reporter: Manfred Baedke
> Assignee: Manfred Baedke
> Priority: Major
> Labels: candidate_oak_1_22
> Fix For: 1.66.0
>
>
> See PathParserTest#testCurlyBracketsInNames()
> Some valid paths not accepted:
> {code:java}
> "{a", "{a[1]", "/{/a", "/{[1]/a", "{", "{[1]", "/{", "/{[1]", "/}", "/}[1]",
> "/a:}", "/a:}[1]"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)