From: Jeff Trawick
Date: Sun, 13 Mar 2016 18:08:48 +0000 (+0000)
Subject: Fix doc string for QualifyRedirectURL, and related typo in manual
X-Git-Tag: 2.5.0-alpha~1906
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faa748ed663437c9960f52629bf840e1ea87087c;p=apache
Fix doc string for QualifyRedirectURL, and related typo in manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734835 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 9ae0713a6b..bcf8248701 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -4824,7 +4824,7 @@ for external processing, e.g. to a CGI script.
QualifyRedirectURL
-Controls whether the REDIRECT_URL environent variable is
+Controls whether the REDIRECT_URL environment variable is
fully qualified
QualifyRedirectURL ON|OFF
QualifyRedirectURL OFF
diff --git a/server/core.c b/server/core.c
index d7187beb52..20ac3d0b2c 100644
--- a/server/core.c
+++ b/server/core.c
@@ -4566,8 +4566,8 @@ AP_INIT_FLAG("CGIPassAuth", set_cgi_pass_auth, NULL, OR_AUTHCFG,
"Controls whether HTTP authorization headers, normally hidden, will "
"be passed to scripts"),
AP_INIT_FLAG("QualifyRedirectURL", set_qualify_redirect_url, NULL, OR_FILEINFO,
- "Controls whether HTTP authorization headers, normally hidden, will "
- "be passed to scripts"),
+ "Controls whether the REDIRECT_URL environment variable is fully "
+ "qualified"),
AP_INIT_TAKE1("ForceType", ap_set_string_slot_lower,
(void *)APR_OFFSETOF(core_dir_config, mime_type), OR_FILEINFO,