]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix regression from 1.3:
authorAndré Malo <nd@apache.org>
Thu, 19 Aug 2004 22:53:13 +0000 (22:53 +0000)
committerAndré Malo <nd@apache.org>
Thu, 19 Aug 2004 22:53:13 +0000 (22:53 +0000)
commit82ecb8d10772255209a8b6551ffbf9150aaa00b5
treee6e7a6311c04e5be5ac2ded09aec76933540cb4a
parent1823341a9a577b909424214db6b0e275226bdf10
Fix regression from 1.3:

There's a new optional flag for the Header directive
('always'), which keeps the former ErrorHeader functionality.

The opposite flag to 'always' is 'onsuccess'. So the new directives
are written as:

Header set foo bar
# which is the same as
Header onsuccess set foo bar
# and a subset of
Header always set foo bar
# which is what the ErrorHeader directive did.

PR: 28657
Obtained from: 2.1
Reviewed by: Brad Nicholes, Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104732 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
docs/manual/mod/mod_headers.xml
docs/manual/upgrading.xml
modules/metadata/mod_headers.c