]> granicus.if.org Git - apache/commitdiff
Applied in r1689815.
authorYann Ylavic <ylavic@apache.org>
Wed, 8 Jul 2015 08:54:17 +0000 (08:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 8 Jul 2015 08:54:17 +0000 (08:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1689818 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 10b7664f92024965620afaba25166915099213a9..01cca1772eba8bd53b38d9e0f8993f02f9e59a90 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -108,19 +108,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) Revert insufficiently thought-out mod_alias new expression feature
-        http://svn.apache.org/viewvc?view=revision&revision=1663259
-     +1: wrowe, jim, ylavic
-     [Mutually exclusive to multiple RedirectMatch patches proposed above,
-     but entirely possible to vote for both or vote against either.
-     [docs/manual .xml's require 'build all' regeneration]
-     ylavic: We should also apply:
-             http://people.apache.org/~ylavic/alias_expressions_trunk_only.patch
-             to the tests framework, because r1686886 changed this feature's
-             availability from 2.5.0 to 2.4.15.  The patch does not fully
-             revert r1686886 since we probably still want to detect possible
-             regressions in this area with future (re)works.
-
   *) http: follow up to r1686271 (trunk) => r1686271 (2.4.x)
      Handle reentrance of state BODY_CHUNK_CR to avoid AH02901 when we eat
      BWS from multiple reads, and limit number of chunk-BWS to 10.