[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names/paths

2014-03-25 Thread angela (JIRA)

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

angela updated OAK-1174:


Summary: Inconsistent handling of invalid names/paths  (was: Inconsistent 
handling of invalid names)

> Inconsistent handling of invalid names/paths
> 
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
>Assignee: Jukka Zitting
>Priority: Minor
> Fix For: 0.20
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

2014-03-19 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-1174:
---

Priority: Minor  (was: Major)

> Inconsistent handling of invalid names
> --
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
>Assignee: Jukka Zitting
>Priority: Minor
> Fix For: 0.20
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

2014-03-05 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-1174:
---

Fix Version/s: (was: 0.19)
   0.20

> Inconsistent handling of invalid names
> --
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
>Assignee: Jukka Zitting
> Fix For: 0.20
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

2014-01-21 Thread Jukka Zitting (JIRA)

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

Jukka Zitting updated OAK-1174:
---

Fix Version/s: (was: 0.15)
   0.16

> Inconsistent handling of invalid names
> --
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
>Assignee: Jukka Zitting
> Fix For: 0.16
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

2013-12-11 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-1174:
---

Assignee: Jukka Zitting

> Inconsistent handling of invalid names
> --
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
>Assignee: Jukka Zitting
> Fix For: 0.15
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

2013-12-11 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-1174:
---

Fix Version/s: (was: 0.14)
   0.15

> Inconsistent handling of invalid names
> --
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
>Assignee: Jukka Zitting
> Fix For: 0.15
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (OAK-1174) Inconsistent handling of invalid names

2013-11-26 Thread JIRA

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

Michael Dürig updated OAK-1174:
---

Fix Version/s: 0.14

> Inconsistent handling of invalid names
> --
>
> Key: OAK-1174
> URL: https://issues.apache.org/jira/browse/OAK-1174
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: jcr
>Reporter: Michael Dürig
> Fix For: 0.14
>
>
> Passing an invalid name to a JCR method might or might not throw a 
> {{RepositoryException}} depending on whether name re-mappings exist or not:
> {code}
> session.itemExists("/jcr:cont]ent");
> {code}
> returns {{false}} if no name re-mappings exist but throws a 
> {{RepositoryException}} otherwise. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)