On 2012-07-23 19:16, [email protected] wrote:
Author: reschke
Date: Mon Jul 23 17:16:54 2012
New Revision: 1364721

URL: http://svn.apache.org/viewvc?rev=1364721&view=rev
Log:
OAK-61: optimize name/path conversion by keeping track of whether the session 
has local remappings

Modified:
     jackrabbit/oak/trunk/oak-jcr/pom.xml
     
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/SessionDelegate.java
     
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/SessionImpl.java
...

With this change, the name mapper should only parse paths when they either look like expanded names, or if they contain colons *and* prefixes have been remapped.

Best regards, Julian

Reply via email to