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:49:58 UTC

[sling-org-apache-sling-jcr-webdav] 34/38: SLING-537 - disable WebDAV iohandlers for zip and XML files

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.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit ea26b87aec05732818c7af6eab703bbd2ab665ff
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Jun 16 12:22:39 2008 +0000

    SLING-537 - disable WebDAV iohandlers for zip and XML files
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/webdav@668136 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/webdav-resource-config.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/main/resources/webdav-resource-config.xml b/src/main/resources/webdav-resource-config.xml
index fb55f8a..3d9175b 100644
--- a/src/main/resources/webdav-resource-config.xml
+++ b/src/main/resources/webdav-resource-config.xml
@@ -56,12 +56,6 @@
         -->
         <class name="org.apache.jackrabbit.server.io.IOManagerImpl" />
         <iohandler>
-            <class name="org.apache.jackrabbit.server.io.ZipHandler" />
-        </iohandler>
-        <iohandler>
-            <class name="org.apache.jackrabbit.server.io.XmlHandler" />
-        </iohandler>
-        <iohandler>
             <class name="org.apache.jackrabbit.server.io.DirListingExportHandler" />
         </iohandler>
         <iohandler>

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