From: André Malo Date: Tue, 20 May 2003 22:54:13 +0000 (+0000) Subject: no objections so far. X-Git-Tag: pre_ajp_proxy~1644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17b8510654587734c86174c7b929bede9f4197b7;p=apache no objections so far. add initial documentation of AllowEncodedSlashes, so that it will hopefully go into the next release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 85436b4adb..da93be9124 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -216,6 +216,36 @@ response without an explicit character set filters + +AllowEncodedSlashes +Determine whether encoded path separators in URLs are allowed to +be passed through +AllowEncodedSlashes On|Off +AllowEncodedSlashes Off +server configvirtual host + +Available in Apache 2.0.46 and later + + +

The AllowEncodedSlashes directive allows URLs + which contain encoded path separators (%2F for / + and additionally %5C for \ on according systems) + to be used. Normally such URLs are refused with a 404 (Not found) error.

+ +

Turning AllowEncodedSlashes On is + mostly useful when used in conjunction with PATH_INFO.

+ + Note +

Allowing encoded slashes does not imply decoding. + Occurences of %2F or %5C (only on + according systems) will be left as such in the otherwise decoded URL + string.

+
+
+AcceptPathInfo +
+ + AllowOverride Types of directives that are allowed in