You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:52:10 UTC

[sling-org-apache-sling-jcr-webdav] 02/10: SLING-5402 Component context not unset on SlingDeleteManager when deactivating SlingWebDavServlet

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.3.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit 6b22617df4ddef881c70fb97defac7249bfee0b0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 25 17:26:44 2015 +0000

    SLING-5402 Component context not unset on SlingDeleteManager when deactivating SlingWebDavServlet
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1721687 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java b/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java
index cdd488e..a8d2720 100644
--- a/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java
+++ b/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java
@@ -258,6 +258,7 @@ public class SlingWebDavServlet extends SimpleWebdavServlet {
         this.ioManager.setComponentContext(null);
         this.propertyManager.setComponentContext(null);
         this.copyMoveManager.setComponentContext(null);
+        this.deleteManager.setComponentContext(null);
     }
 
     public void bindIOHandler(final ServiceReference ioHandlerReference) {

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.