triggering the 'no encoded slashes anywhere' legacy rule.
PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639. [Ken Coar]
- *) mod_file_cache: fixed a segfault when multiple MMapFile directives
- were used. PR 16313. [Cliff Woolley]
*) Move RFC 1413 ident requests from core to new module mod_ident.
[André Malo]
Apache 2.0.xx tree as documented, and except as noted, below.]
Changes with Apache 2.0.45
+ *) mod_file_cache: fix segfault serving mmaped cached files.
+ [Bill Stoddard]
+
+ *) mod_file_cache: fixed a segfault when multiple MMapFile directives
+ were used. PR 16313. [Cliff Woolley]
*) Fix a nasty segfault in mmap_bucket_setaside() caused by passing
an incompatible pointer type to mmap_bucket_destroy(void*).