]> granicus.if.org Git - apache/commit
Allow mod_ssl to send back an error message if an HTTP request is sent
authorRyan Bloom <rbb@apache.org>
Mon, 27 Aug 2001 06:00:51 +0000 (06:00 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 27 Aug 2001 06:00:51 +0000 (06:00 +0000)
commitbfe91354fbac913aef8d8121bbc8d5065f9aadc4
tree60eeddff75b9f297b9e5b2709792a21b066a8528
parent4d79bad24622100afa9f1e27fd7939c230ba498e
Allow mod_ssl to send back an error message if an HTTP request is sent
over an HTTPS connection.  This also adds an ap_remove_input_filter
function, which should be used to remove the SSL input filter in this
case, as soon as this code is stressed a bit more.

For right now, we are sending the same message that we used to send in
mod_ssl for Apache 1.3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90724 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/util_filter.h
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_io.c
server/util_filter.c