GNOME Bugzilla – Bug 602122
mount WebDAV fails if username was entered [patch]
Last modified: 2011-05-08 10:21:57 UTC
Created attachment 147919 [details] [review] patch to make gvfsd-dav not include username and password when comparing uri:s When mounting a WebDAV folder, if one has entered the username in the Connect To Server Dialog, the mount fails. This is due to that gfvsd-dav includes username and password when comparing the URI:s (the received and expected ones). If one omits usersname in the Connect To Server Dialog then the username is NULL which is why it works then... Anyways, since no WebDAV server will ever send the username and password to the client (why should it) this match will never succeed. I have included a patch that corrects the path check for gvfsbackenddav.c
I can confirm this bug for a DAV server with digest auth (gvfs-1.2.3)
Correct analysis. Thanks (also for the patch). It is a duplicated of bug 586248 though. I will take care of it soon. *** This bug has been marked as a duplicate of bug 586248 ***
Committed a modified version to master (a2a2fe7) and gnome-3-0 (06f3952). Thanks Henrik again.