]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5540-http-push-webdav.sh
t5540: test DAV push with authentication
authorJeff King <peff@peff.net>
Tue, 13 Dec 2011 20:17:04 +0000 (15:17 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 21:10:03 +0000 (13:10 -0800)
commit0521710a8b9321751ca8768c3f7ea8895901e5c3
tree9f4cbb94d43b7cb3b65f53e2dcff92e2e2e6d52e
parent10dd3b2bf1444695416c0dac951297acf7d4e5e4
t5540: test DAV push with authentication

We don't currently test this case at all, and instead just
test the DAV mechanism over an unauthenticated push. That
isn't very realistic, as most people will want to
authenticate pushes.

Two of the tests expect_failure as they reveal bugs:

  1. Pushing without a username in the URL fails to ask for
     credentials when we get an HTTP 401. This has always
     been the case, but it would be nice if it worked like
     smart-http.

  2. Pushing with a username fails to ask for the password
     since 986bbc0 (http: don't always prompt for password,
     2011-11-04). This is a severe regression in v1.7.8, as
     authenticated push-over-DAV is now totally unusable
     unless you have credentials in your .netrc.

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