Improve RAP security
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jackrabbit / src / main / java / org / argeo / jackrabbit / JackrabbitContainer.java
index 895c31c591ecf19fa45f7b39a633e81868123ce8..48845a0d805308d605dceee175792f1570b3ff62 100644 (file)
@@ -98,7 +98,7 @@ public class JackrabbitContainer implements InitializingBean, DisposableBean,
                                throw new ArgeoException("Remote Davex repository " + uri
                                                + " not found");
                        log.info("Initialized Jackrabbit repository " + repository
-                                       + " from uri " + uri);
+                                       + " from URI " + uri);
                        // do not perform further initialization since we assume that the
                        // remote repository has been properly configured
                        return;
@@ -275,6 +275,7 @@ public class JackrabbitContainer implements InitializingBean, DisposableBean,
                try {
                        NamespaceHelper namespaceHelper = new NamespaceHelper(session);
                        namespaceHelper.registerNamespaces(namespaces);
+
                } catch (Exception e) {
                        throw new ArgeoException("Cannot process new session", e);
                }