Commit ba584cc5 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent c78e2709
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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]