Percent-decode username and password in HTTP URLs. This is necessary
to specify a username with a '@' character in the URL.
Gabriel Corona (2):
t5550: test HTTP authentication and userinfo decoding
Fix username and password extraction from HTTP URLs
http.c | 12 +++++++++++-
t/lib-httpd.sh | 3 +++
t/lib-httpd/apache.conf | 29 +++++++++++++++++++++++++++++
t/lib-httpd/passwd | 1 +
t/t5550-http-fetch.sh | 7 +++++++
5 files changed, 51 insertions(+), 1 deletions(-)
create mode 100644 t/lib-httpd/passwd
--
1.7.2.3