Ticket #2974 (closed enhancement: fixed)

Opened 19 months ago

Last modified 18 months ago

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

comment:1 Changed 19 months ago by dkocher

The WebDAV implementation is using commons-http-client 3.1. You might want to see if you can replicate the issue there.

comment:2 Changed 18 months ago by dkocher

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to 3.1.3

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.