From e8f85cba0f8c19369d39b1c6616dc51dae1dd179 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Oct 2004 13:44:54 +0000 Subject: Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. --- tests/data/test191 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/data/test191 (limited to 'tests/data/test191') diff --git a/tests/data/test191 b/tests/data/test191 new file mode 100644 index 000000000..c3baf57bc --- /dev/null +++ b/tests/data/test191 @@ -0,0 +1,33 @@ +# Server-side + + +data in file + + + +# Client-side + + +ftp + + +FTP URL with ?-letters in username and password + + +"ftp://use?r:pass?word@%HOSTIP:%FTPPORT/191" + + + +# Verify data after the test has been "shot" + + +USER use?r +PASS pass?word +PWD +EPSV +TYPE I +SIZE 191 +RETR 191 +QUIT + + -- cgit v1.2.3