]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 16:27:07 +0000 (09:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 16:27:07 +0000 (09:27 -0700)
commit646ca8955861b9e3d4b1d130b15fd59673c3c76b
tree76efba07e9b6ccc0b99411f400bb740d1e2db8b1
parent633390bd080e75ae3d36c7485b99d19beb69156d
parenteb1c42da8e21cc2a8dacd21023a179b788858887
Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache'

We started unconditionally testing with CGIPassAuth directive but
it is unavailable in older Apache that ships with CentOS 7 that has
about a year of shelf-life still left.  The test has conditionally
been disabled when running with an ancient Apache.  This was a fix
for a recent regression caught before the release, so no need to
mention it in the release notes.

* jk/http-test-cgipassauth-unavailable-in-older-apache:
  t/lib-httpd: make CGIPassAuth support conditional
t/lib-httpd.sh
t/lib-httpd/apache.conf
t/t5563-simple-http-auth.sh