[
https://issues.apache.org/jira/browse/JCR-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370898#comment-15370898
]
Julian Reschke edited comment on JCR-3992 at 11/10/16 1:27 PM:
---------------------------------------------------------------
trunk: [r1752165|http://svn.apache.org/r1752165]
2.12: [r1752171|http://svn.apache.org/r1752171]
2.10: [r1752176|http://svn.apache.org/r1752176]
2.8: [r1769113|http://svn.apache.org/r1769113]
was (Author: reschke):
trunk: [r1752165|http://svn.apache.org/r1752165]
2.12: [r1752171|http://svn.apache.org/r1752171]
2.10: [r1752176|http://svn.apache.org/r1752176]
> JcrUtils.getOrCreateByPath broken by JCR-3987
> ---------------------------------------------
>
> Key: JCR-3992
> URL: https://issues.apache.org/jira/browse/JCR-3992
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-jcr-commons
> Affects Versions: 2.13.0
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Fix For: 2.12.3, 2.13.1, 2.10.4, 2.8.4, 2.14
>
> Attachments: JCR-3992.diff
>
>
> The code introduced with JCR-3987 fails for an input of
> {noformat}
> /rep:security/rep:authorizables/rep:groups/a/b/c
> {noformat}
> as, after discovering that
> {noformat}
> /rep:security/rep:authorizables/rep:groups
> {noformat}
> exists, it computes a remaining path of
> {noformat}
> /b/c
> {noformat}
> instead of
> {noformat}
> a/b/c
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)