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 634003 - Can't browse WebDAV folders with international characters
Can't browse WebDAV folders with international characters
Status: RESOLVED DUPLICATE of bug 629660
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-11-04 16:11 UTC by Anton Keks
Modified: 2011-05-17 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gvfsd debug log (39.61 KB, text/plain)
2011-05-07 12:07 UTC, Karl-Heinz Schneider
Details

Description Anton Keks 2010-11-04 16:11:20 UTC
WebDAV folders with, e.g. umlauts in them, are displayed in Nautilus properly, but can't be navigated to nor can be deleted.
Comment 1 Daniel Rindt 2010-12-02 17:44:04 UTC
(In reply to comment #0)
> WebDAV folders with, e.g. umlauts in them, are displayed in Nautilus properly,
> but can't be navigated to nor can be deleted.

Genrally the used encoding is wrong, WebDAV uses UTF-8 only.
Comment 2 Karl-Heinz Schneider 2011-02-20 12:28:05 UTC
Can confirm that problem. The used encoding is UTF-8.

Im able to create a directory / file with umlauts (an error message pops up).
After browsing into the parent folder, the created file isn't shown. After pressing F5 for refreshing the view, the file / directory appears.

As Anton Keks describes: I'm not able to browse into a directory with umlauts and I'm also unable to delete it. Files with umlauts can't also be accessed.
Comment 3 Christian Kellner 2011-05-06 10:30:53 UTC
It does work here. Could you get me more debugging info for a sample session where this happens, by setting the GVFS_HTTP_DEBUG env variable to "all": 

 export GVFS_HTTP_DEBUG="all"

and then restarting the gvfs daemon with

/usr/libexec/gvfs/gvfsd --replace   [on fedora]
or
/usr/lib/gvfs/gvfsd --replace [on ubuntu]
Comment 4 Karl-Heinz Schneider 2011-05-07 12:07:48 UTC
Created attachment 187424 [details]
gvfsd debug log

See attachment for log.

It's a session using SSL/TLS to a server. The directory accessed contains following folders:

configs
linereader
tösten

I tried to access the folder "tösten" but this doesn't work. 
Also I tried to delete this folder. Again, doesn't work.

If I access the URL /webdisk/kalle/t%C3%B6sten with firefox it works well. I guess there is a problem with URL-Encoding.

The original hostname and username are replaced.

Hope that helps a bit.
Comment 5 Christian Kellner 2011-05-17 16:31:19 UTC
Ok, after some tests I made I am pretty sure this is a dup of bug 629660. Thanks for the debug log Karl-Heinz, it helped a lot.

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