diff options
author | Graham Leggett <minfrin@apache.org> | 2018-11-25 22:15:21 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-11-25 22:15:21 +0100 |
commit | b1e34549c190b63293cbef10cb80383fa8607b29 (patch) | |
tree | a72bcfb095603a6ed21ff9616baaf585927404a6 /CHANGES | |
parent | Arrange the xml display and make it uses xml. (diff) | |
download | apache2-b1e34549c190b63293cbef10cb80383fa8607b29.tar.xz apache2-b1e34549c190b63293cbef10cb80383fa8607b29.zip |
core: Split out the ability to parse wildcard files and directories
from the Include/IncludeOptional directives into a generic set of
functions ap_dir_nofnmatch() and ap_dir_fnmatch().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1847430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: Split out the ability to parse wildcard files and directories + from the Include/IncludeOptional directives into a generic set of + functions ap_dir_nofnmatch() and ap_dir_fnmatch(). [Graham Leggett] + *) mod_dav: Fix an unlikely time-window where some incorrect data could be returned from a PROPFIND request [Ruediger Pluem] |