diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2018-10-22 22:45:11 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2018-10-22 22:45:11 +0200 |
commit | ea3db733339f0848d2e185b4c990a7951774fd0f (patch) | |
tree | 49fa4e8f27be4c0909579593bfac937666c1792a /modules/mappers | |
parent | documentation rebuild (diff) | |
download | apache2-ea3db733339f0848d2e185b4c990a7951774fd0f.tar.xz apache2-ea3db733339f0848d2e185b4c990a7951774fd0f.zip |
Retsore 2.4.x default behavior modified in r1557580.
Update doc accordingly.
Slightly tweak mod_speling doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers')
-rw-r--r-- | modules/mappers/mod_speling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index b0f4b8fe0e..35d33ea03d 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -76,7 +76,7 @@ static void *mkconfig(apr_pool_t *p) cfg->enabled = 0; cfg->check_case_only = 0; - cfg->check_basename_match = 0; + cfg->check_basename_match = 1; return cfg; } |