Ralph Mitchell reported a flaw when you used a proxy with auth, and you
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Feb 2005 23:53:07 +0000 (23:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Feb 2005 23:53:07 +0000 (23:53 +0000)
commit5ba188ab2dda19d63a908fd245d9727f2d5df4ea
treeaf1ac7455322c78afca751c7c6cd5352b3a7fc63
parenteadfd78c2ec38c80990ec6abfd64431708f38dae
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.
CHANGES
RELEASE-NOTES
lib/http.c
tests/data/Makefile.am
tests/data/test233 [new file with mode: 0644]