Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Oct 2004 13:44:54 +0000 (13:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Oct 2004 13:44:54 +0000 (13:44 +0000)
commite8f85cba0f8c19369d39b1c6616dc51dae1dd179
tree0ba45c10cc1e443272b7ec668c5d87b8a66717ca
parent1aba99b1e74114743e5302dd0512ccd5c5aedbae
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.
CHANGES
RELEASE-NOTES
TODO-RELEASE
lib/url.c
tests/data/Makefile.am
tests/data/test191 [new file with mode: 0644]