From: André Malo Date: Sun, 15 Aug 2004 21:59:57 +0000 (+0000) Subject: make trailing-slash-behaviour configurable X-Git-Tag: STRIKER_2_0_51_RC1^2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3714da64e2256df393ddd75853d0ccbb478d33c5;p=thirdparty%2Fapache%2Fhttpd.git make trailing-slash-behaviour configurable Reviewed by: Justin Erenkrantz, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104666 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b2815c5e22a..bea2c20c7cf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.51 + *) mod_dir: the trailing-slash behaviour is now configurable using the + DirectorySlash directive. [André Malo] + *) Allow proxying of resources that are invoked via DirectoryIndex. PR 14648, 15112, 29961. [André Malo] diff --git a/STATUS b/STATUS index 5c817380570..844827b7d2d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/15 21:35:15 $] +Last modified at [$Date: 2004/08/15 21:59:57 $] Release: @@ -152,11 +152,6 @@ PATCHES TO BACKPORT FROM 2.1 +1: jjclar, bnicholes - *) mod_dir: Backport DirectorySlash directive to work around problems - with -SetHandler combinations and trailing slash redirects. - modules/mappers/mod_dir.c: r1.48 - +1: nd, jerenkrantz, trawick - *) mod_ssl: Remove some unused functions (after CAN-2004-0488 fix is applied) http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_util.c?r1=1.46&r2=1.47 +1: jorton diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 9db0807efef..4adb36a3717 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -1,7 +1,7 @@ - +