#2974 closed enhancement (fixed)
Webdav BasicAuth to URL where is the response coming
Reported by: | halm.reusser@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 3.2 |
Component: | webdav | Version: | Nightly Build |
Severity: | minor | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
I make an webdav connetion to http://server1.ex.ch/webdav this makes an redirect to http://server2.ex.ch/basic_auth which requires basic_auth and sets then a cookie...
But Cyberducks sends the AuthData to http://server1.ex.ch/webdav instead of http://server2.ex.ch/basic_aut. Is it possible to give me a hint, where tto finde the poitn at the sourcecode?
Betschte Grüess, Halm
Change History (2)
comment:1 Changed on Feb 13, 2009 at 4:47:27 PM by dkocher
comment:2 Changed on Mar 20, 2009 at 1:54:59 PM by dkocher
- Milestone set to 3.1.3
- Resolution set to fixed
- Status changed from new to closed
Credentials are now provided with the Authenticate in response to a WWW-Authenticate challenge even if there was a redirect to a different host. Fixed in r4521.
Note: See
TracTickets for help on using
tickets.
The WebDAV implementation is using commons-http-client 3.1. You might want to see if you can replicate the issue there.