GNOME Bugzilla – Bug 589221
Display Error When Clicking the WebDAV Mount in Nautilus
Last modified: 2009-08-18 14:01:42 UTC
First connect to a WebDAV server using connect-to-server, after connecting successfully, a new Nautilus window will pop up and a mount point named like 'WebDAV on aaa.bbb.com' will be shown in the sidebar. When you click that mount point in Nautilus sidebar, the error dialog pops up and says: Could not display "davs://dev.storage.network.com/". Error: HTTP Error: Moved Temporarily Please select another viewer and try again.
This is caused by the way that how URI is generated in the function _g_daemon_vfs_get_uri_for_mountspec (gvfs: client/gdaemonvfs.c). In this function, the mount_prefix is not considered and only the parameter path is included in the uri. But I think mount_prefix should also be included in the uri.
Created attachment 138893 [details] [review] Include mount_prefix in the uri
Thanks for the patch, Jeff. We've committed different fix for this issue, please test and reopen if it's not fully fixed for you. Please refer to bug 590862 and bug 590730. *** This bug has been marked as a duplicate of bug 590730 ***