]> granicus.if.org Git - apache/commitdiff
Remove backported entry (see r1796850 with a slighly different wording)
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 2 Nov 2017 00:08:09 +0000 (00:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 2 Nov 2017 00:08:09 +0000 (00:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814023 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 191e656bac4362e1d9160c67354cbc85789620ba..419995c092af857ce58210de0b5926a53e2a093a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -341,13 +341,6 @@ Changes with Apache 2.5.0
      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
      PR 45023, PR 39727. [Eric Covener]
 
-  *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
-     allow spaces in backreferences to be encoded as %20 instead of '+'.
-     [Eric Covener]
-
-  *) mod_rewrite: Support an optional list of characters to escape in the 
-     argument for the 'B' (escape backreferences) flag. [Eric Covener]
-
   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]