From 9251dd7b2412214d3b25da666f7755a7ab207d39 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 1 Aug 2008 02:09:08 +0000 Subject: 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). --- tests/data/test279 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/data/test279') diff --git a/tests/data/test279 b/tests/data/test279 index c37e9ab11..f52941cd4 100644 --- a/tests/data/test279 +++ b/tests/data/test279 @@ -7,6 +7,7 @@ HTTP proxy HTTP proxy Basic auth + # Server-side @@ -28,7 +29,7 @@ http HTTP with proxy string including http:// and user only -http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT +http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT @@ -39,7 +40,7 @@ http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT GET http://we.want.that.site.com/279 HTTP/1.1 -Proxy-Authorization: Basic ZmFrZUAxMjcuMC4wLjE6ODk5MA0= +Proxy-Authorization: Basic ZmFrZTo= Host: we.want.that.site.com Pragma: no-cache Accept: */* -- cgit v1.2.3