View Single Post
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#78
Here is what harbour-cargodock has to say about the issue. This is with proper certificate using official owncloud webdav path
Code:
https://[hostname]/remote.php/webdav/
Code:
create model webdav {d179b16d-05aa-4123-9b26-938529756c1e}
[D] DavModel::loadDirectory:189 - virtual void DavModel::loadDirectory(const QString&) "/" 
[D] DavApi::propfind:135 - void DavApi::propfind(const QString&) "/" 
[D] DavApi::slotPropfindReceived:243 - void DavApi::slotPropfindReceived() 405 "" 
[D] DavApi::slotPropfindReceived:245 - (QPair("Date","Wed, 30 Apr 2014 08:35:17 GMT") ,  QPair("Server","Apache/2.2.15 (Red Hat) PHP/5.4.21 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips") ,  QPair("X-Powered-By","PHP/5.4.21") ,  QPair("Expires","Thu, 19 Nov 1981 08:52:00 GMT") ,  QPair("Cache-Control","no-store, no-cache, must-revalidate, post-check=0, pre-check=0") ,  QPair("Pragma","no-cache") ,  QPair("Strict-Transport-Security","max-age=31536000") ,  QPair("X-XSS-Protection","1; mode=block") ,  QPair("X-Content-Type-Options","nosniff") ,  QPair("X-Frame-Options","Sameorigin") ,  QPair("Content-Security-Policy","default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *") ,  QPair("Set-Cookie","50d09853847b0=9annlf6kr4dgbhohkaroa5ot94; path=/; HttpOnly
50d09853847b0=rd4lc83hu2b93ej9fopdvfiqe1; path=/; secure; HttpOnly
oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT
oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT
oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT
oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/") ,  QPair("Status","405 Method Not Allowed") ,  QPair("Content-Length","0") ,  QPair("Connection","close") ,  QPair("Content-Type","text/html; charset=utf-8") )
While testing with Meedav on N9 I noticed that other commonly used path
Code:
https://[hostname]/files/webdav.php
does not work anymore with OC 6 for me. I also tested this with CargoDock without success.

EDIT: This may be caused by hardened Apache configuration my Owncloud runs on. If someone has webdav working with OC and CargoDock, please chime in.

Last edited by Manatus; 2014-04-30 at 09:02.
 

The Following User Says Thank You to Manatus For This Useful Post: