From: William A. Rowe Jr Date: Fri, 28 Sep 2001 04:35:59 +0000 (+0000) Subject: Remove the translate_name hack that caused Greg Ames some grief with X-Git-Tag: 2.0.26~176 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1fdecc1352d50ea0ec2ec8851979cfa14b1fd980;p=thirdparty%2Fapache%2Fhttpd.git Remove the translate_name hack that caused Greg Ames some grief with mod_rewrite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index f52b5e024ae..16e66422d05 100644 --- a/server/core.c +++ b/server/core.c @@ -2552,12 +2552,6 @@ AP_DECLARE_NONSTD(int) ap_core_translate(request_rec *r) void *sconf = r->server->module_config; core_server_config *conf = ap_get_module_config(sconf, &core_module); - /* XXX We have already been here, or another module did the work - * for us. At this moment, we will enable only file subrequests. - */ - if (r->main && r->filename) - return OK; - /* XXX this seems too specific, this should probably become * some general-case test */