mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
Ralph Mitchell reported a flaw when you used a proxy with auth, and you
requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properly in the second request, due to the host-only check for original host name wrongly being extended to the proxy auth as well. Added test case 233 to verify the flaw and that the fix removed the problem.
This commit is contained in:
parent
eadfd78c2e
commit
5ba188ab2d
5 changed files with 114 additions and 23 deletions
9
CHANGES
9
CHANGES
|
|
@ -6,6 +6,15 @@
|
|||
|
||||
Changelog
|
||||
|
||||
|
||||
Daniel (19 February 2005)
|
||||
- Ralph Mitchell reported a flaw when you used a proxy with auth, and you
|
||||
requested data from a host and then followed a redirect to another
|
||||
host. libcurl then didn't use the proxy-auth properly in the second request,
|
||||
due to the host-only check for original host name wrongly being extended to
|
||||
the proxy auth as well. Added test case 233 to verify the flaw and that the
|
||||
fix removed the problem.
|
||||
|
||||
Daniel (18 February 2005)
|
||||
- Mike Dobbs reported a mingw build failure due to the lack of
|
||||
BUILDING_LIBCURL being defined when libcurl is built. Now this is defined by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue