summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Kaluža <jkaluza@apache.org>2014-10-30 09:34:12 +0100
committerJan Kaluža <jkaluza@apache.org>2014-10-30 09:34:12 +0100
commit7dd5dc8bf62d4bb01bab11bc4983da00248c2838 (patch)
treefa8df355f2fb797a0aeb47cefb9ed3d7bb63f4a4 /include
parentFollow up to r1632742: CHANGES entry. (diff)
downloadapache2-7dd5dc8bf62d4bb01bab11bc4983da00248c2838.tar.xz
apache2-7dd5dc8bf62d4bb01bab11bc4983da00248c2838.zip
core: Do not match files when using DirectoryMatch. PR41867.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1635428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/http_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 3ed37939c4..85ca580478 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -619,6 +619,7 @@ typedef struct {
unsigned int allow_encoded_slashes_set : 1;
unsigned int decode_encoded_slashes_set : 1;
+ unsigned int d_is_directory : 1;
/** Named back references */
apr_array_header_t *refs;