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 628716 - gvfs WebDAV: Nautilus is not able to DELETE dirs containing colon ":"
gvfs WebDAV: Nautilus is not able to DELETE dirs containing colon ":"
Status: RESOLVED DUPLICATE of bug 561515
Product: gvfs
Classification: Core
Component: webdav backend
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-03 16:35 UTC by Pedro Villavicencio
Modified: 2011-05-14 10:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description Pedro Villavicencio 2010-09-03 16:35:25 UTC
the report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gvfs/+bug/627045

"After mounting a WebDAV enabled resource under Nautilus/gvfs (gvfs/1.6.1) user is not able to delete a directory with a colon (":") in the dir name. This does also apply to RENAMEs etc.

Under Linux/Ext4 filenames with colons are nothing special, Windows/NTFS does prevent/forbid them, I think. But as WebDAV is perfectly able to serve files with a colon, and Linux should be as well, it is not understandable why Nautilus chokes on colon-file/dir names."
Comment 1 Christian Kellner 2011-05-14 10:06:28 UTC
This is also due to not properly encoding URLs before sending them to the server.
I have made some local tests with fixes applied for bug 561515 and with those fixes applied handling of the colon is fixed. I am therefore marking this as a dup 561515.

*** This bug has been marked as a duplicate of bug 561515 ***