#! /bin/sh /usr/share/dpatch/dpatch-run ## 054_mod_speling_accept_path by Jose Kahan ## ## All lines beginning with `## DP:' are a description of the patch. ### DP: Removes the useless binding between mod_speling and AcceptPath @DPATCH@ --- apache2/modules/mappers/mod_speling.c 2007-10-05 17:14:25.000000000 +0200 +++ apache2/modules/mappers/mod_speling.c 2007-10-05 17:14:43.000000000 +0200 @@ -225,12 +225,6 @@ 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