This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceaccesssecurity-it.git
commit ffca327feee970a18de4079b8281117861654fa5 Author: Mike Müller <[email protected]> AuthorDate: Mon Mar 17 16:01:58 2014 +0000 SLING-3435 - ResourceAccessSecurity does not secure access for update operations, addition git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1578443 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/Init.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/Init.java b/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/Init.java index e8a40b3..f957de7 100644 --- a/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/Init.java +++ b/src/main/java/org/apache/sling/resourceaccesssecurity/it/impl/Init.java @@ -60,6 +60,8 @@ public class Init extends SlingAllMethodsServlet { public String getName() { return "testUser"; }}; + + session.save(); } catch (Exception e) { e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
