Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-11-07 05:42:15 +0000
committerGreg Wilkins2009-11-07 05:42:15 +0000
commit45b6b6abe70e029195affffa0dea4b2800985c79 (patch)
treef80e23691fe57fe4230eb956c8fc83b1eec4e87c /VERSION.txt
parent07c6830d6cddac59cec23840e840541546de1976 (diff)
downloadorg.eclipse.jetty.project-45b6b6abe70e029195affffa0dea4b2800985c79.tar.gz
org.eclipse.jetty.project-45b6b6abe70e029195affffa0dea4b2800985c79.tar.xz
org.eclipse.jetty.project-45b6b6abe70e029195affffa0dea4b2800985c79.zip
JETTY-1144 fixed multi-byte character overflow
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1030 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 fd22173c19..ae4f457a09 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -23,6 +23,7 @@ jetty-7.0.1-SNAPSHOT
+ 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
+ + JETTY-1144 fixed multi-byte character overflow
+ COMETD-34 Support Baeyux MBean
+ Fixed XSS issue in CookieDump demo servlet.
+ Improved start.jar usage text for properties

Back to the top