Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-03-05 12:04:05 +0000
committerGreg Wilkins2010-03-05 12:04:05 +0000
commit66533d0af9db359abf6b23c72938f4b943b3c60b (patch)
treeb3772ac88fffb48d339bbcc7d50f724c033950c1 /VERSION.txt
parent435a0d256bd0d2252bf9dd34f68e4875d8f08664 (diff)
downloadorg.eclipse.jetty.project-66533d0af9db359abf6b23c72938f4b943b3c60b.tar.gz
org.eclipse.jetty.project-66533d0af9db359abf6b23c72938f4b943b3c60b.tar.xz
org.eclipse.jetty.project-66533d0af9db359abf6b23c72938f4b943b3c60b.zip
304781 Reset HttpExchange timeout on slow request content. 304801 SSL connections FULL fix
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1342 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 2511c23eda..0ea76fa3ea 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -25,6 +25,8 @@ jetty-7.0.2-SNAPSHOT
+ 304532 Skip some tests on IBM JVMs until resolved
+ 304658 Inconsistent Expires date format in Set-Cookie headers with maxAge=0
+ 304698 org.eclipse.jetty.http.HttpFields$DateGenerator.formatCookieDate() uses wrong (?) date format
+ + 304781 Reset HttpExchange timeout on slow request content.
+ + 304801 SSL connections FULL fix
+ JETTY-776 Make new session-tests module to concentrate all reusable session clustering test code
+ JETTY-910 Allow request listeners to access session
+ JETTY-983 Range handling cleanup

Back to the top