diff options
author | André Malo <nd@apache.org> | 2004-10-10 15:40:33 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-10-10 15:40:33 +0000 |
commit | 528f497f687874a1d1b827b2f32656cd62f85c9b (patch) | |
tree | 6e5b2fafdad9bd6e46577b34afa0d843ce6fa359 /CHANGES | |
parent | 5824dded04f18857cfc8a8dc2fbfc9379e67fb2c (diff) | |
download | httpd-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |