]> granicus.if.org Git - apache/commit
tart getting things setup for input filtering. All this basically does
authorRyan Bloom <rbb@apache.org>
Tue, 19 Sep 2000 20:56:09 +0000 (20:56 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 19 Sep 2000 20:56:09 +0000 (20:56 +0000)
commit96c98ff58b01a8adb368cf916f6676e938e6ab42
treea9d30d6edc65438fc4b2331dc42947ab1ca44508
parentebc706476ff91ac366a47080eec0352e604beae6
tart getting things setup for input filtering.  All this basically does
is add part of the infrastructure.  Namely:

1) filter list in the conn_rec, which is where the input filter list
   must live

2) Split the register_filter into multiple functions, one to register
   input filters the other to register output filters.

3) Modify existing modules so they still work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86251 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
include/util_filter.h
modules/experimental/mod_charset_lite.c
modules/filters/mod_include.c
modules/http/http_core.c
server/util_filter.c