]> granicus.if.org Git - apache/commit
filters can now report an HTTP error to the server. This is done
authorRyan Bloom <rbb@apache.org>
Sat, 27 Jan 2001 07:13:39 +0000 (07:13 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 27 Jan 2001 07:13:39 +0000 (07:13 +0000)
commit28e92fac2cfe4057a08d2da887a26cc1831f3cdd
treecd192d0ad07f4b5cce1e356685df19c0371327bd
parentd19e995e085e52cb7a19a22e4b5a831f8c1f3d1d
filters can now report an HTTP error to the server.  This is done
by sending a brigade where the first bucket is an error_bucket.
This bucket is a simple bucket that stores an HTTP error and
a string.  Currently the string is not used, but it may be needed
to output an error log.  The http_header_filter will find this
bucket, and output the error text, and then return
AP_FILTER_ERROR, which informs the server that the error web page
has already been sent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87863 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_protocol.h
include/util_filter.h
modules/http/config.m4
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c