[exo-jcr-commits] exo-jcr SVN: r825 - jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 24 05:11:15 EST 2009


Author: skabashnyuk
Date: 2009-11-24 05:11:15 -0500 (Tue, 24 Nov 2009)
New Revision: 825

Modified:
   jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JBossCacheStorageConnection.java
Log:
EXOJCR-199 : TODO for ACL check

Modified: jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JBossCacheStorageConnection.java
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JBossCacheStorageConnection.java	2009-11-24 10:10:05 UTC (rev 824)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/storage/jbosscache/JBossCacheStorageConnection.java	2009-11-24 10:11:15 UTC (rev 825)
@@ -761,6 +761,7 @@
             if (!prevData.getQPath().equals(nodePath))
             {
                // recreate with new path for child Nodes only
+               // TODO check ACL
                nodePath =
                   QPath.makeChildPath(rootPath,
                      prevData.getQPath().getEntries()[prevData.getQPath().getEntries().length - 1]);



More information about the exo-jcr-commits mailing list