summaryrefslogtreecommitdiff
path: root/include/http_core.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2013-06-25 02:48:25 +0000
committerEric Covener <covener@apache.org>2013-06-25 02:48:25 +0000
commit286e82c27d652c7a26521107aa8de84283daa42a (patch)
treeafcbbddf647b36f1ac76de28b1d9744a58a5f3df /include/http_core.h
parent1c3427493eb6f89fe8e7924f714e6a6f91bf1d47 (diff)
downloadhttpd-286e82c27d652c7a26521107aa8de84283daa42a.tar.gz
*) core: merge AllowEncodedSlashes from the base configuration into
(non-default) name-based virtual hosts. [Eric Covener] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h
index d6fb3ab357..80ce6cdd96 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -617,6 +617,8 @@ typedef struct {
/** Max number of Range reversals (eg: 200-300, 100-125) allowed **/
int max_reversals;
+ unsigned int allow_encoded_slashes_set : 1;
+ unsigned int decode_encoded_slashes_set : 1;
} core_dir_config;
/* macro to implement off by default behaviour */