Ticket #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: | Platform: | ||
| Architecture: |
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
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.