GNOME Bugzilla – Bug 604070
Nautilus doesn't prompt for WebDAV password if it is needed for writing only
Last modified: 2011-05-07 16:31:31 UTC
If in Apache I set a Dav directory with the following limit (read is allowed for everyone, but only authenticated users can write to it): <Limit POST PUT DELETE> Require valid-user </Limit> Using a dav:// URL, Nautilus will access this directory in read mode, which is OK. However, if I try to put something into the directory, Nautilus won't prompt me for a password and just give me an access denied error. If I try the same thing using Konqueror (with a webdav:// URL), Konqueror will also give me normal access in read mode, but if I try to put something into the directory then it will prompt me for a password and the transfer will then successfully occur: that is the expected behavior.
I simply want to specify that the password prompting works correctly when read access is also limited to authenticated users.
-> gvfs I think this is a bug in the dav backend.
This is known, planned Remount Operation feature will handle this.
Actually a duplicate of bug 549415. *** This bug has been marked as a duplicate of bug 549415 ***