From: markt Date: Sun, 28 Oct 2007 17:56:45 +0000 (+0000) Subject: Add fix for CGI bug reported on users list X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5b6f2fcf78527b76df88d7ddb790723e096a3107;p=tomcat7.0 Add fix for CGI bug reported on users list git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@589389 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0c9fed5ff..6251da771 100644 --- 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: