projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db5b85a
)
Add fix for CGI bug reported on users list
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 28 Oct 2007 17:56:45 +0000
(17:56 +0000)
committer
markt
<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
patch
|
blob
|
history
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: