t/lib-httpd: only route auth/dumb to dumb repos
commit05b577107dda131d46f93aa9bb7817c80bc30ee9
authorJeff King <peff@peff.net>
Mon, 27 Aug 2012 13:24:42 +0000 (27 09:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 17:49:08 +0000 (27 10:49 -0700)
treea8cc42c56d8d976488de94cf214caa1dc078db3f
parente837936c7c08ac5829bc53761ecb57d18d458edd
t/lib-httpd: only route auth/dumb to dumb repos

Our test apache config points all of auth/ directly to the
on-disk repositories via an Alias directive. This works fine
because everything authenticated is currently in auth/dumb,
which is a subset.  However, this would conflict with a
ScriptAlias for auth/smart (which will come in future
patches), so let's narrow the Alias.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd/apache.conf