After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589221 - Display Error When Clicking the WebDAV Mount in Nautilus
Display Error When Clicking the WebDAV Mount in Nautilus
Status: RESOLVED DUPLICATE of bug 590730
Product: gvfs
Classification: Core
Component: client module
1.3.x
Other All
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2009-07-21 08:38 UTC by Jeff Cai
Modified: 2009-08-18 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Include mount_prefix in the uri (726 bytes, patch)
2009-07-21 08:47 UTC, Jeff Cai
none Details | Review

Description Jeff Cai 2009-07-21 08:38:19 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.
Comment 1 Jeff Cai 2009-07-21 08:42:58 UTC
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.
Comment 2 Jeff Cai 2009-07-21 08:47:30 UTC
Created attachment 138893 [details] [review]
Include mount_prefix in the uri
Comment 3 Tomas Bzatek 2009-08-18 14:01:42 UTC
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 ***