View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#80
Edit: I got OwnCloud working. See next post.

Originally Posted by Manatus View Post
Server side error and access apache logs showed only one request for PROPFIND verb, which gave out 405. I suspect this is not the reason, as working clients do have these too, and it may be connected to unrelated file locking problems with owncloud.
I looked into this and found that the "405 Method Not Allowed" is coming from the web server. WebDAV uses additional HTTP methods beyond GET, POST, and PUT, and the web server has to be configured to accept them.

For the official owncloud client this probably just doesn't matter because it does not use WebDAV.

https://forum.owncloud.org/viewtopic.php?f=26&t=18287
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock

Last edited by pycage; 2014-05-01 at 10:11.