GNOME Bugzilla – Bug 566452
Error when creating folder on webdav share
Last modified: 2009-02-16 09:53:51 UTC
Please describe the problem: An error occurs when creating a folder on a webdav share. The folder is never-the-less created. Steps to reproduce: 1. Mount a webdav share 2. Create a folder in Nautilus 3. Get error message Actual results: An error message occurs, but the folder is created. Expected results: The folder created, without error message. Does this happen every time? Yes Other information:
Created attachment 125713 [details] [review] This patch fixes the redirect handler, to only redirect on redirections. The problem is that the "201 Created" response from the server is intercepted by the redirect handler (because it has a "Location"-header), and therefore ignored.
*** Bug 561215 has been marked as a duplicate of this bug. ***
Sorry for not being responsive enough. Looks good. Commit please.
commited.