33. Doing multi-pass HTTP authentication on a non-default port does not work.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Apr 2006 08:24:57 +0000 (08:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Apr 2006 08:24:57 +0000 (08:24 +0000)
commit38c994b83b857ece2c9a483f3d6871c4a1521331
tree60c884393ac03690e01f8e4adc987cbb6e3e7b50
parent1b8643d4c9fc051c5d90008d700548eb85cef885
33. Doing multi-pass HTTP authentication on a non-default port does not work.
  This happens because the multi-pass code abuses the redirect following code
  for doing multiple requests, and when we following redirects to an absolute
  URL we must use the newly specified port and not the one specified in the
  original URL. A proper fix to this would need to separate the negotiation
  "redirect" from an actual redirect.
docs/KNOWN_BUGS