summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-02-02 16:43:41 +0100
committerEric Covener <covener@apache.org>2012-02-02 16:43:41 +0100
commit38982673f266a10ac1da736198aa83adb8b3b3c1 (patch)
treed2fdf96e5a69b78ff2483215b785c3cb526836f8 /CHANGES
parentRebuilds various other modifications from the last few days. (diff)
downloadapache2-38982673f266a10ac1da736198aa83adb8b3b3c1.tar.xz
apache2-38982673f266a10ac1da736198aa83adb8b3b3c1.zip
treat a rewriterule substitution that expands to "-" as if the rule
had a literal "-". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fcb3cfd4ad..00dc082104 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_rewrite: Treat a RewriteRule substitution that expands to
+ "-" to behave as if a literal "-" was used in the RewriteRule
+ (no substitution). [Eric Covener]
+
*) mod_authnz_ldap: Don't try a potentially expensive nested groups
search before exhausting all AuthLDAPGroupAttribute checks on the
current group. PR52464 [Eric Covener]