]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r233369 from trunk:
authorColm MacCarthaigh <colm@apache.org>
Mon, 24 Oct 2005 01:14:49 +0000 (01:14 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 24 Oct 2005 01:14:49 +0000 (01:14 +0000)
commitea2977466f212c7e8e3441a3ac7304c2b34a95c8
treeb4ded407c77c52c7e2533f3e5fbc9187f6103cc6
parent81b61d3e269a62101d6babf9e5620620c80cc8f8
Merge r233369 from trunk:

Do not check the value of r->handler.

This allows the use of SetHandler for an entire directory, and since we already check via the stat structure if this is a directory, there is no reason for this extra check, which causes a regression since 1.3.

PR: 25435

Submitted by: pquerna
Reviewed by: colm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327900 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_dir.c