diff options
Diffstat (limited to 'modules/mappers/mod_speling.c')
| -rw-r--r-- | modules/mappers/mod_speling.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index 270b47ee..78f58b07 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -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 |
