From: Joe Orton
Date: Mon, 2 Jul 2012 08:52:32 +0000 (+0000)
Subject: Transforms.
X-Git-Tag: 2.5.0-alpha~6682
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f0659a8bceab9b8899538737934c7e24acd743;p=apache
Transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1356118 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index 80253c25c7..421917ca8d 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -895,6 +895,35 @@ later
later.
+ AllowAnyURI
+
+
+ When RewriteRule
+ is used in VirtualHost
or server context with
+ version 2.2.22 or later of httpd, mod_rewrite
+ will only process the rewrite rules if the request URI is a URL-path. This avoids
+ some security issues where particular rules could allow
+ "surprising" pattern expansions (see CVE-2011-3368
+ and CVE-2011-4317).
+ To lift the restriction on matching a URL-path, the
+ AllowAnyURI
option can be enabled, and
+ mod_rewrite
will apply the rule set to any
+ request URI string, regardless of whether that string matches
+ the URL-path grammar required by the HTTP specification.
+
+
+
Security Warning
+
+
Enabling this option will make the server vulnerable to
+ security issues if used with rewrite rules which are not
+ carefully authored. It is strongly recommended
+ that this option is not used. In particular, beware of input
+ strings containing the '@
' character which could
+ change the interpretation of the transformed URI, as per the
+ above CVE names.
+
+
+
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr
index 3c0edc4270..6c1df2c8bb 100644
--- a/docs/manual/mod/mod_rewrite.html.fr
+++ b/docs/manual/mod/mod_rewrite.html.fr
@@ -27,6 +27,8 @@
Langues Disponibles: en |
fr
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Description: | Ce module fournit un moteur de réécriture à base de
règles permettant de réécrire les URLs des requêtes
à la volée |
diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr
index 4d61fe54b9..ecab519674 100644
--- a/docs/manual/mod/mod_rewrite.xml.fr
+++ b/docs/manual/mod/mod_rewrite.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta
index decc0a7b1e..0be21e86f4 100644
--- a/docs/manual/mod/mod_rewrite.xml.meta
+++ b/docs/manual/mod/mod_rewrite.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr