GNOME Bugzilla – Bug 607284
WebDAV connections try to access /
Last modified: 2011-05-20 09:52:42 UTC
when creating a WebDAV connection with a specific folder, newer versions of nautilus (I tried 2.28.4) try to access not only the given folder, but also /. While this might be no problem in most standard WebDAV use cases, it certainly becomes one when using davenport, a CIFS-WebDAV gateway. In this scenario, / is not defined and davenport throws a NullPointer exception. nautilus 2.20.0 works fine.
I now run davenport in an Apache reverse proxy setup, redirecting requests to / to a well-defined URL. Now davenport does not throw NullPointer exceptions any more, but nautilus still cannot access the WebDAV share: Error: HTTP Error: Found. I have the impression that nautilus' WebDAV backend has changed quite a bit since 2.20.0 Several other clients (cadaver, davfs, wdfs, Mac Finder...) work fine with davenport.
-> gvfs
Ubuntu bug: https://bugs.launchpad.net/gvfs/+bug/778475
Hi, that gvfs tries to access "/" is not a bug but intended behavior. What gvfs tries to do is to find the root of the webdav share and we have no other way of doing that then by going up the path hierarchy and test each path until we fail. I will close that as NOTABUG.