Add fix for CGI bug reported on users list
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 28 Oct 2007 17:56:45 +0000 (17:56 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 28 Oct 2007 17:56:45 +0000 (17:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@589389 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0c9fed5..6251da7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -32,3 +32,7 @@ PATCHES PROPOSED TO BACKPORT:
   -1: funkman InetAddress.getLocalHost() != localhost - it should be
             InetAddress.getByName("localhost").getHostAddress()
 
+* Fix bug in CGI servlet that causes it to fail when included
+  http://people.apache.org/~markt/patches/2007-10-28-cgi-include.patch
+  +1: markt
+  -1: