1
0
mirror of https://github.com/git/git.git synced 2024-09-22 11:21:15 +02:00
git/t/lib-httpd
Jeff King 4c71009da6 t: test http access to "half-auth" repositories
Some sites set up http access to repositories such that
fetching is anonymous and unauthenticated, but pushing is
authenticated. While there are multiple ways to do this, the
technique advertised in the git-http-backend manpage is to
block access to locations matching "/git-receive-pack$".

Let's emulate that advice in our test setup, which makes it
clear that this advice does not actually work.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-08-27 10:49:09 -07:00
..
apache.conf t: test http access to "half-auth" repositories 2012-08-27 10:49:09 -07:00
passwd
ssl.cnf