Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-10-26 06:17:38 +0000
committerGreg Wilkins2009-10-26 06:17:38 +0000
commit583fa4dcde53b40fe5091c0346514d95cb7e9f80 (patch)
treec275a9e2fb67961facbee4693baf053f91f415b8 /VERSION.txt
parente8d0535d6b050c61b84113a28adc8877a15a88de (diff)
downloadorg.eclipse.jetty.project-583fa4dcde53b40fe5091c0346514d95cb7e9f80.tar.gz
org.eclipse.jetty.project-583fa4dcde53b40fe5091c0346514d95cb7e9f80.tar.xz
org.eclipse.jetty.project-583fa4dcde53b40fe5091c0346514d95cb7e9f80.zip
JETTY-1135 Handle connection closed before accepted during JVM bug work around
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1012 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index bdac0f040f..9f31524ffe 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -18,6 +18,7 @@ jetty-7.0.1-SNAPSHOT
+ JETTY-1122 Handle multi-byte utf that causes buffer overflow
+ JETTY-1125 TransparentProxy incorrectly configured for test webapp
+ JETTY-1129 Filter control characters out of StdErrLog
+ + JETTY-1135 Handle connection closed before accepted during JVM bug work around
+ COMETD-34 Support Baeyux MBean
+ Fixed XSS issue in CookieDump demo servlet.
+ Improved start.jar usage text for properties

Back to the top