]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove the translate_name hack that caused Greg Ames some grief with
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Sep 2001 04:35:59 +0000 (04:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Sep 2001 04:35:59 +0000 (04:35 +0000)
  mod_rewrite.

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

server/core.c

index f52b5e024ae5489096355395398d2062939f51c6..16e66422d05ced6ac33ddadb5ebe8f34bac2ec46 100644 (file)
@@ -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 
      */