From fc3f78d5a4b768ba954e7d160322e790ab3c0fa0 Mon Sep 17 00:00:00 2001 From: Sander Hoentjen Date: Fri, 26 Feb 2016 15:35:40 +0100 Subject: [PATCH] Fix QualifyRedirectURL explanation text --- server/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/core.c b/server/core.c index 0300e6479e7..0dfb23d7f48 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 ensured " + "to be fully qualified"), AP_INIT_TAKE1("ForceType", ap_set_string_slot_lower, (void *)APR_OFFSETOF(core_dir_config, mime_type), OR_FILEINFO,