]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
allow ap_invoke_handler() to pass-through AP_FILTER_ERROR as if it were
authorEric Covener <covener@apache.org>
Sat, 29 Nov 2008 13:09:36 +0000 (13:09 +0000)
committerEric Covener <covener@apache.org>
Sat, 29 Nov 2008 13:09:36 +0000 (13:09 +0000)
commit46afcfe011335877ee542db35b943d2e10178a97
tree87a35542d6602cc41c953f5e64ed0369e73b93fb
parentf48cd3bf9dc524638829f2dfc40507e6cca8b64e
allow ap_invoke_handler() to pass-through AP_FILTER_ERROR as if it were
a reserved status code (OK/DECLINED/SUSPENDED). Prevents ap_die() from
seeing a 500 error when the http header filter has already taken
care of the proper error response

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721679 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/config.c