]> granicus.if.org Git - apache/commitdiff
the fixup hook should log (what is expected to be) local
authorJeff Trawick <trawick@apache.org>
Thu, 22 May 2014 20:29:29 +0000 (20:29 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 22 May 2014 20:29:29 +0000 (20:29 +0000)
path just like the translate name hook, for a small hint
when debugging 400 errors set just below

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

modules/mappers/mod_rewrite.c

index 7d024961f9c93859692c1f21b78841156afdbfd6..cbab2440ad79ea324307530716c96ef569769fa7 100644 (file)
@@ -5016,6 +5016,8 @@ static int hook_fixup(request_rec *r)
                 r->filename = apr_pstrdup(r->pool, r->filename+12);
             }
 
+            rewritelog((r, 2, NULL, "local path result: %s", r->filename));
+
             /* the filename must be either an absolute local path or an
              * absolute local URL.
              */