[owncloud] re-allow access to 3rdparty/ (seems this is required for 7.x)

Adam Williamson adamwill at fedoraproject.org
Tue Feb 24 00:32:39 UTC 2015


commit 800ead9859e7131da41ef08ffd1175ef1ed7a2f7
Author: Adam Williamson <awilliam at redhat.com>
Date:   Mon Feb 23 16:28:08 2015 -0800

    re-allow access to 3rdparty/ (seems this is required for 7.x)
    
    In testing this I saw that blocking access to 3rdparty/ seems
    to break calendar event creation, so let's re-enable that.

 owncloud-httpd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/owncloud-httpd.conf b/owncloud-httpd.conf
index 0a38535..c0cea36 100644
--- a/owncloud-httpd.conf
+++ b/owncloud-httpd.conf
@@ -38,6 +38,6 @@ Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav
     Include conf.d/owncloud-auth-none.inc
 </Directory>
 
-<DirectoryMatch /usr/share/owncloud/(3rdparty|lib|config|templates)/>
+<DirectoryMatch /usr/share/owncloud/(lib|config|templates)/>
     Include conf.d/owncloud-auth-none.inc
 </DirectoryMatch>


More information about the scm-commits mailing list