Changes with Apache 2.0.48
+ *) mod_autoindex: If a directory contains a file listed in the
+ DirectoryIndex directive, the folder icon is no longer replaced
+ by the icon of that file. PR 9587.
+ [David Shane Holden <dpejesh@yahoo.com>]
+
*) Fixed mod_usertrack to not get false positive matches on the
user-tracking cookie's name. PR 16661.
[Manni Wood <manniwood@planet-save.com>]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/09/27 18:24:38 $]
+Last modified at [$Date: 2003/09/27 18:34:56 $]
Release:
modules/ssl/ssl_engine_kernel.c: r1.196
+1: trawick, jorton, striker
- * use the appropriate folder icon, even if there's a directoryindex
- listed file in the particular folder. PR 9587
- modules/generators/mod_autoindex.c r1.120
- +1: nd, trawick, striker
-
* More ab fixes; r1.129 fixes what looks like a trivial error in the
SSL support; r1.130 adds some state-handling fixes related to
ab's breakage in 2.0.47
if (autoindex_opts & FOLDERS_FIRST) {
p->isdir = 1;
}
+ rr->filename = ap_make_dirstr_parent (rr->pool, rr->filename);
if (!(p->icon = find_icon(d, rr, 1))) {
p->icon = find_default_icon(d, "^^DIRECTORY^^");
}