]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make mod_dir use a fixup for sending a redirect to the browser.
authorRyan Bloom <rbb@apache.org>
Wed, 21 Feb 2001 01:04:39 +0000 (01:04 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 21 Feb 2001 01:04:39 +0000 (01:04 +0000)
commit4c0be5789a2ec6f95055477d607f58366f46cf3c
tree1ad353a2126797df864f5065a4cf17cc0c469379
parent74cca4b21635f92f517258fa183b1604bdf199d5
Make mod_dir use a fixup for sending a redirect to the browser.
Before this, we were using a handler, which doesn't make much
sense, because the handler wasn't generating any data, it would
either return a redirect error code, or DECLINED.  This fits the
current hooks better.
Submitted by: Ryan Morgan <rmorgan@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88255 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/mappers/mod_dir.c