[jira] [Updated] (JCR-4015) jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root

2016-11-10 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4015:

Fix Version/s: 2.8.4

> jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not 
> allowed to read root
> --
>
> Key: JCR-4015
> URL: https://issues.apache.org/jira/browse/JCR-4015
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-commons
>Affects Versions: 2.4.5, 2.6.5, 2.8.1, 2.12.4, 2.10.4
>Reporter: Carsten Ziegeler
>Assignee: Julian Reschke
> Fix For: 2.10.5, 2.12.5, 2.13.4, 2.8.4, 2.14
>
>
> JcrUtils.getOrCreateByPath  starts to try to find the node from the root down 
> to the specified path, therefore if the current session has not access to 
> "/", it fails. JcrUtils.getOrCreateByPath must try the longest path first and 
> then reduce it until it finds an accessible node. So for example if the input 
> is "/a/b/c" instead of testing for "/", "/a", "/a/b" .. it should test 
> /a/b/c, /a/b, /a and then /



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCR-4015) jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root

2016-11-10 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4015:

Fix Version/s: 2.14

> jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not 
> allowed to read root
> --
>
> Key: JCR-4015
> URL: https://issues.apache.org/jira/browse/JCR-4015
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-commons
>Affects Versions: 2.4.5, 2.6.5, 2.8.1, 2.12.4, 2.10.4
>Reporter: Carsten Ziegeler
>Assignee: Julian Reschke
> Fix For: 2.10.5, 2.12.5, 2.13.4, 2.14
>
>
> JcrUtils.getOrCreateByPath  starts to try to find the node from the root down 
> to the specified path, therefore if the current session has not access to 
> "/", it fails. JcrUtils.getOrCreateByPath must try the longest path first and 
> then reduce it until it finds an accessible node. So for example if the input 
> is "/a/b/c" instead of testing for "/", "/a", "/a/b" .. it should test 
> /a/b/c, /a/b, /a and then /



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCR-4015) jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root

2016-09-09 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4015:

Fix Version/s: 2.10.5

> jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not 
> allowed to read root
> --
>
> Key: JCR-4015
> URL: https://issues.apache.org/jira/browse/JCR-4015
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-commons
>Affects Versions: 2.4.5, 2.6.5, 2.8.1, 2.12.4, 2.10.4
>Reporter: Carsten Ziegeler
>Assignee: Julian Reschke
> Fix For: 2.10.5, 2.13.4, 2.12.5
>
>
> JcrUtils.getOrCreateByPath  starts to try to find the node from the root down 
> to the specified path, therefore if the current session has not access to 
> "/", it fails. JcrUtils.getOrCreateByPath must try the longest path first and 
> then reduce it until it finds an accessible node. So for example if the input 
> is "/a/b/c" instead of testing for "/", "/a", "/a/b" .. it should test 
> /a/b/c, /a/b, /a and then /



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCR-4015) jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root

2016-09-09 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4015:

Affects Version/s: (was: 2.10.3)
   2.10.4

> jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not 
> allowed to read root
> --
>
> Key: JCR-4015
> URL: https://issues.apache.org/jira/browse/JCR-4015
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-commons
>Affects Versions: 2.4.5, 2.6.5, 2.8.1, 2.12.4, 2.10.4
>Reporter: Carsten Ziegeler
>Assignee: Julian Reschke
> Fix For: 2.13.4, 2.12.5
>
>
> JcrUtils.getOrCreateByPath  starts to try to find the node from the root down 
> to the specified path, therefore if the current session has not access to 
> "/", it fails. JcrUtils.getOrCreateByPath must try the longest path first and 
> then reduce it until it finds an accessible node. So for example if the input 
> is "/a/b/c" instead of testing for "/", "/a", "/a/b" .. it should test 
> /a/b/c, /a/b, /a and then /



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCR-4015) jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root

2016-09-09 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4015:

Affects Version/s: (was: 2.12.2)
   2.12.4

> jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not 
> allowed to read root
> --
>
> Key: JCR-4015
> URL: https://issues.apache.org/jira/browse/JCR-4015
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-commons
>Affects Versions: 2.4.5, 2.6.5, 2.8.1, 2.10.3, 2.12.4
>Reporter: Carsten Ziegeler
>Assignee: Julian Reschke
> Fix For: 2.13.4, 2.12.5
>
>
> JcrUtils.getOrCreateByPath  starts to try to find the node from the root down 
> to the specified path, therefore if the current session has not access to 
> "/", it fails. JcrUtils.getOrCreateByPath must try the longest path first and 
> then reduce it until it finds an accessible node. So for example if the input 
> is "/a/b/c" instead of testing for "/", "/a", "/a/b" .. it should test 
> /a/b/c, /a/b, /a and then /



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCR-4015) jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root

2016-09-08 Thread Julian Reschke (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4015:

Summary: jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session 
is not allowed to read root  (was: CLONE - jackrabbit-jcr-commons 
JcrUtils.getOrCreateByPath fails if session is not allowed to read root)

> jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not 
> allowed to read root
> --
>
> Key: JCR-4015
> URL: https://issues.apache.org/jira/browse/JCR-4015
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-commons
>Affects Versions: 2.4.5, 2.6.5, 2.8.1, 2.10.3, 2.12.2
>Reporter: Carsten Ziegeler
>Assignee: Julian Reschke
> Fix For: 2.13.4
>
>
> JcrUtils.getOrCreateByPath  starts to try to find the node from the root down 
> to the specified path, therefore if the current session has not access to 
> "/", it fails. JcrUtils.getOrCreateByPath must try the longest path first and 
> then reduce it until it finds an accessible node. So for example if the input 
> is "/a/b/c" instead of testing for "/", "/a", "/a/b" .. it should test 
> /a/b/c, /a/b, /a and then /



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)