You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/10/24 23:34:53 UTC

svn commit: r1710391 - /httpd/httpd/trunk/server/util_script.c

Author: covener
Date: Sat Oct 24 21:34:52 2015
New Revision: 1710391

URL: http://svn.apache.org/viewvc?rev=1710391&view=rev
Log:
followup to r1710380 -- refactored name and didn't have 'make depend'


Modified:
    httpd/httpd/trunk/server/util_script.c

Modified: httpd/httpd/trunk/server/util_script.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_script.c?rev=1710391&r1=1710390&r2=1710391&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_script.c (original)
+++ httpd/httpd/trunk/server/util_script.c Sat Oct 24 21:34:52 2015
@@ -286,7 +286,7 @@ AP_DECLARE(void) ap_add_common_vars(requ
     /* Apache custom error responses. If we have redirected set two new vars */
 
     if (r->prev) {
-        if (conf->fully_qualify_redirect_url != AP_CORE_CONFIG_ON) { 
+        if (conf->qualify_redirect_url != AP_CORE_CONFIG_ON) { 
             add_unless_null(e, "REDIRECT_URL", r->prev->uri);
         }
         else {