diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-01 02:09:08 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-01 02:09:08 +0000 |
commit | 9251dd7b2412214d3b25da666f7755a7ab207d39 (patch) | |
tree | 4247f5d6e31cc0a930872dd385d58ba67a9c0ac3 /CHANGES | |
parent | 3615063fbcb17d04e3fa798187c7c7b8b035b6dd (diff) |
User names embedded in proxy URLs without a password were parsed
incorrectly--the host name is treated as part of the user name and the
port number becomes the password. This can be observed in test 279
(was KNOWN_ISSUE #54).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ Daniel Fandrich (31 Jul 2008) being mangled when passed to proxies when CURLOPT_PORT is also set (reported by Pramod Sharma). +- User names embedded in proxy URLs without a password were parsed + incorrectly--the host name is treated as part of the user name and the + port number becomes the password. This can be observed in test 279 + (was KNOWN_ISSUE #54). + Daniel Stenberg (30 Jul 2008) - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL parser to allow numerical IPv6-addresses to be specified with the scope |