]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Withdraw comment and vote as test was fixed in r1446920 to expect URI encode refere...
authorRuediger Pluem <rpluem@apache.org>
Sat, 16 Feb 2013 18:27:36 +0000 (18:27 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 16 Feb 2013 18:27:36 +0000 (18:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1446921 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 911458554845edb45f6b75fe3f97e26c2988daa8..6af8d62b10e98e49e4dd14c5bbcfd18926f78d36 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -201,15 +201,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://svn.apache.org/viewvc?view=revision&revision=1418941
                   http://svn.apache.org/viewvc?view=revision&revision=1425750
      2.2.x patch: http://people.apache.org/~rjung/patches/host-and-uri-escaping-2_2.patch
-     +1: rjung
-     rpluem says: Now t/security/CVE-2005-3352.t fails. Not sure if this is a real
-     regression or if just the test is wrong, but this should be investigated.
-     rjung: The test sends a Referer '">http://fish/'.
-            The original code returns '<a href="http://IP/&quot;&gt;http://fish/">'
-            The patched code returns  '<a href="http://IP/%22%3ehttp://fish/">'
-            This seems to be even better IMHO. 2.4 also returns the percent encoded
-            variant, so the test should fail there as well.
-     rpluem replies: So I guess the test should be fixed.
+     +1: rjung, rpluem
 
 PATCHES/ISSUES THAT ARE STALLED