]> granicus.if.org Git - apache/commitdiff
PR 43562.
authorJim Jagielski <jim@apache.org>
Tue, 11 Mar 2008 14:39:14 +0000 (14:39 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 11 Mar 2008 14:39:14 +0000 (14:39 +0000)
fix regression in mod_speling behavior from 1.3/2.0
and, basically, incorrect behavior from what is
expected as well as dependency on AcceptPathInfo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635953 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/mappers/mod_speling.c

diff --git a/CHANGES b/CHANGES
index c34032f4c086a49e8d3d92940d56610f95e1ae2b..9354f1c508fb92d3b516fcdffb568e0f422684ce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
+
+  *) mod_speling: remove regression from 1.3/2.0 behavior and
+     drop dependency between mod_speling and AcceptPathInfo.
+     PR 43562 [Jose Kahan <jose w3.org>]
+
   *) mod_ldap: Correctly return all requested attribute values
      when some attributes have a null value. 
      PR 44560 [Anders Kaseorg <anders kaseorg.com>]
index 270b47eeec3163021878fb3d185134ee6d3f4b80..78f58b073576aec2234f2cf4a88bf1a728758764 100644 (file)
@@ -225,12 +225,6 @@ static int check_speling(request_rec *r)
         return DECLINED;
     }
 
-    /* we default to reject path info (same as core handler) */
-    if ((r->used_path_info != AP_REQ_ACCEPT_PATH_INFO) &&
-        r->path_info && *r->path_info) {
-        return DECLINED;
-    }
-
     /*
      * The request should end up looking like this:
      * r->uri: /correct-url/mispelling/more