]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This finishes the mod_dir/mod_negotiation bug. This final part of the
authorRyan Bloom <rbb@apache.org>
Sun, 3 Mar 2002 06:04:08 +0000 (06:04 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 3 Mar 2002 06:04:08 +0000 (06:04 +0000)
commit973ec42fe329bc9c0a2e39a9db6c905a3ca23c01
treeadb73e70077b663e26618155b4c7e4f3b964188b
parentfd8791dd22ca2c2bd907fc820a0b0175011b0118
This finishes the mod_dir/mod_negotiation bug.  This final part of the
solution ensures that we don't lose filters if they are added later than
we expect.  The problem could be seen if a connection filter was added
after a request-based filter was added in the past.  The problem was that
the request-based filters pointed to the first filter in the connection
record, so the new connection filter was never called.  Now, all filters
are put on their correct filter lists, and we are sure to always update
all pointers when adding a filter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93683 13f79535-47bb-0310-9956-ffa450edef68
STATUS
include/util_filter.h
server/util_filter.c