t5550: test HTTP authentication and userinfo decoding
commit3cf8fe1d26edd7c4cce6593d70212970f8b0bbc0
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Sun, 14 Nov 2010 01:51:14 +0000 (14 02:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Nov 2010 21:07:43 +0000 (17 13:07 -0800)
tree7cc5c84ac5c809d595217dd9150474a642b34fe5
parentf772c34ce09a49eb553240eb672bf0cc2dbcb10a
t5550: test HTTP authentication and userinfo decoding

Add a test for HTTP authentication and proper percent-decoding of the
userinfo (username and password) part of the URL.

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>
t/lib-httpd.sh
t/lib-httpd/apache.conf
t/lib-httpd/passwd [new file with mode: 0644]
t/t5550-http-fetch.sh