From 4c3d0b970d81e213a10f4a881f479f1ff704e9df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 2 Mar 2003 18:22:08 +0000 Subject: [PATCH] propose a bunch of mod_autoindex fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98886 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index c17fc66e711..60401cab2c3 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/03/02 01:03:19 $] +Last modified at [$Date: 2003/03/02 18:22:08 $] Release: @@ -178,6 +178,22 @@ PATCHES TO PORT FROM 2.1 modules/mappers/mod_rewrite.h: r1.43 +1: nd + * let mod_autoindex not forget output format and enabled version + sort in linked column headers. + modules/generators/mod_autoindex.c: r1.116 + +1: nd + + * mod_autoindex emits and accepts modern query string parameter + delimiters (;). Thus column headers no longer contain unescaped + ampersands. PR 10880 + modules/generators/mod_autoindex.c: r1.117 + +1: nd + + * Unescape the supplied wildcard pattern in mod_autoindex. Otherwise + the pattern will not always match as desired. PR 12596. + modules/generators/mod_autoindex.c: r1.119 + +1: nd + CURRENT RELEASE NOTES: * Backwards compatibility is expected of future Apache 2.0 releases, -- 2.47.3