GNOME Bugzilla – Bug 695888
Owncloud configuration expects a trailing slash
Last modified: 2013-03-19 16:30:31 UTC
If I try and set up an Owncloud account thus: http://www.myserver.com/owncloud it fails with a 404. Checking my server logs, I see: 192.168.1.5 - - [14/Mar/2013:16:11:48 -0700] "GET /owncloudremote.php/webdav/ HTTP/1.1" 404 26094 It really ought to be smart enough to append the trailing slash itself.
Created attachment 238978 [details] [review] owncloud: Make sure Uri always ends in a trailing slash
Adam, could you please try this patch? My test instance has an URL like https://owncloud.server.com/, which used to work when you typed "owncloud.server.com", but it was broken for cases where there is an actual path in the URL.
Comment on attachment 238978 [details] [review] owncloud: Make sure Uri always ends in a trailing slash Lets get this in for 3.7.92. Reading the patch, I expect it to work and it does not break anything that used to work before. Lets try to have as many fixes in before the hard code freeze.
Thanks for the bug report.
Sorry I didn't get to testing it :( I did a build with the patch all ready to test, then got sucked into an Alpha breaking bug vortex...