]> granicus.if.org Git - apache/commitdiff
Fix doc string for QualifyRedirectURL, and related typo in manual
authorJeff Trawick <trawick@apache.org>
Sun, 13 Mar 2016 18:08:48 +0000 (18:08 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 13 Mar 2016 18:08:48 +0000 (18:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734835 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
server/core.c

index 9ae0713a6b9d687272bfa34392c3780de0980555..bcf824870123647ee810bd5b051a2d648f5c0fc6 100644 (file)
@@ -4824,7 +4824,7 @@ for external processing, e.g. to a CGI script.</p>
 
 <directivesynopsis>
 <name>QualifyRedirectURL</name>
-<description>Controls whether the REDIRECT_URL environent variable is 
+<description>Controls whether the REDIRECT_URL environment variable is 
              fully qualified</description>
 <syntax>QualifyRedirectURL ON|OFF</syntax>
 <default>QualifyRedirectURL OFF</default>
index d7187beb52e52ce7de0e9f6e7da1c5f75fc30baf..20ac3d0b2c6d3aba1216127f86878dd20a3b77ec 100644 (file)
@@ -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,