From: Christophe Jaillet Date: Thu, 2 Nov 2017 00:08:09 +0000 (+0000) Subject: Remove backported entry (see r1796850 with a slighly different wording) X-Git-Tag: 2.5.0-alpha~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41286d5db1e040bc7d866427d49a096d40b9866c;p=apache Remove backported entry (see r1796850 with a slighly different wording) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 191e656bac..419995c092 100644 --- 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]