GNOME Bugzilla – Bug 529349
Redirects with username doesn't work
Last modified: 2009-10-08 22:42:41 UTC
Please describe the problem: If accessing an DAV url with an username, eg. dav://username@server.com/dav and the server redirects to e.g. /dav/, the redirect is not considered the same, because the username for the two URIs are different. Steps to reproduce: 1. Access an DAV url with an username, that does an redirect 2. Fail with an dialog with "HTTP Error: Permanently moved" Actual results: Expected results: Does this happen every time? Yes Other information:
Created attachment 109674 [details] [review] This patch fixes the issue, by copying the username and password
Patch looks simple enough. Gicmo ?
Sorry for not being responsive enough. Looks good. Commit please.
seems like it should check that the hostname is the same first...
Hostname (In reply to comment #4) > seems like it should check that the hostname is the same first... Hostname equality is checked by the subsequent call to dav_uri_match.
commited.
*** Bug 585175 has been marked as a duplicate of this bug. ***