Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-03-18 11:32:40 +0000
committerGreg Wilkins2010-03-18 11:32:40 +0000
commit2747d128dd0951afcf3c3d6b92501e974e52c21d (patch)
treef84eda9995822ef1629efe0691f64a76f2600a63 /VERSION.txt
parentf697509af0fe79939cd781ebad65e1410e1b334e (diff)
downloadorg.eclipse.jetty.project-2747d128dd0951afcf3c3d6b92501e974e52c21d.tar.gz
org.eclipse.jetty.project-2747d128dd0951afcf3c3d6b92501e974e52c21d.tar.xz
org.eclipse.jetty.project-2747d128dd0951afcf3c3d6b92501e974e52c21d.zip
306330 Flush filter chain cache after Invoker servlet
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1389 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 47779388cc..3c39f23f29 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -30,6 +30,7 @@ jetty-7.0.2.RC0
+ 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
+ + 306330 Flush filter chain cache after Invoker servlet
+ 306331 Session manager is kept after call to doScope
+ JETTY-776 Make new session-tests module to concentrate all reusable session clustering test code
+ JETTY-910 Allow request listeners to access session

Back to the top