Resource resolver fails to work with expanded JCR paths
-------------------------------------------------------
Key: SLING-2253
URL: https://issues.apache.org/jira/browse/SLING-2253
Project: Sling
Issue Type: Bug
Components: JCR
Affects Versions: JCR Resource 2.0.10
Environment: org.apache.sling.jcr.resource-2.0.11-R1142950.jar
Reporter: Tobias Bocanegra
retrieving a resource addressed with an expanded JCR path does not work
(anymore).
eg:
resource.getResourceResolver().getResource("/content/test/{http://www.jcp.org/jcr/1.0}content")
== null
where as:
resource.getResourceResolver().getResource("/content/test/jcr:content") ==
<resource>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira