Fix username and password extraction from HTTP URLs
commitf39f72d8cf03b61407f64460eba3357ec532280e
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Sun, 14 Nov 2010 01:51:15 +0000 (14 02:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Nov 2010 21:07:43 +0000 (17 13:07 -0800)
tree5b529f01b42a0ba2755dc37c09eec1d2ab187375
parent3cf8fe1d26edd7c4cce6593d70212970f8b0bbc0
Fix username and password extraction from HTTP URLs

Change the authentification initialisation to percent-decode username
and password for HTTP URLs.

Signed-off-by: Gabriel Corona <gabriel.corona@enst-bretagne.fr>
Acked-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c
t/t5550-http-fetch.sh