Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-11-08 01:56:10 +0000
committerGreg Wilkins2010-11-08 01:56:10 +0000
commit37c2f8088b21e2715e7e86919cc67f26c4216cf6 (patch)
tree79a359c57f20a591e06d07faf3048a9b57fb6048 /VERSION.txt
parent79ca06a386444d9f5c3ee00b88171088892fabbf (diff)
downloadorg.eclipse.jetty.project-37c2f8088b21e2715e7e86919cc67f26c4216cf6.tar.gz
org.eclipse.jetty.project-37c2f8088b21e2715e7e86919cc67f26c4216cf6.tar.xz
org.eclipse.jetty.project-37c2f8088b21e2715e7e86919cc67f26c4216cf6.zip
329602 only clear ServletContext attributes on doStop
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2478 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 108f8339db..2d9372ab1d 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -12,6 +12,7 @@ jetty-7.2.1-SNAPSHOT
+ 328988 Idle saving of session values
+ 329180 Spin check for Selector to stop
+ 329410 Enforce XmlConfiguration properties as Map<String,String>
+ + 329602 only clear ServletContext attributes on doStop
+ 329642 Concurrent modification exception in Deployment Manager
+ 329643 Improved deployment of resource collections
+ JETTY-748 Prevent race close of socket by old acceptor threads

Back to the top