summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-10-10 15:40:33 +0000
committerAndré Malo <nd@apache.org>2004-10-10 15:40:33 +0000
commit528f497f687874a1d1b827b2f32656cd62f85c9b (patch)
tree6e5b2fafdad9bd6e46577b34afa0d843ce6fa359 /CHANGES
parent5824dded04f18857cfc8a8dc2fbfc9379e67fb2c (diff)
downloadhttpd-528f497f687874a1d1b827b2f32656cd62f85c9b.tar.gz
remove the RewriteOption MaxRedirects; LimitInternalRecursion is sufficient
for the administrator git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 82523e1802..f2a645946a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_rewrite: Removed the MaxRedirects option in favor of the
+ core LimitInternalRecursion directive. [André Malo]
+
*) SECURITY: CAN-2004-0885 (cve.mitre.org)
mod_ssl: Fix a bug which allowed an SSLCipherSuite setting to be
bypassed during an SSL renegotiation. PR 31505.