diff options
author | Jan Kaluža <jkaluza@apache.org> | 2014-10-30 09:34:12 +0100 |
---|---|---|
committer | Jan Kaluža <jkaluza@apache.org> | 2014-10-30 09:34:12 +0100 |
commit | 7dd5dc8bf62d4bb01bab11bc4983da00248c2838 (patch) | |
tree | fa8df355f2fb797a0aeb47cefb9ed3d7bb63f4a4 /include | |
parent | Follow up to r1632742: CHANGES entry. (diff) | |
download | apache2-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.h | 1 |
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; |