Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-04-01 03:04:55 +0000
committerGreg Wilkins2011-04-01 03:04:55 +0000
commit6dc256f98b470651caf68e43602bdc496f9a65ad (patch)
tree8a87153b074bac4f0be5da47754c58795ba7b9c4
parent7c654cdc6950cd9a4eef46050bd6e6e9ab1edee2 (diff)
downloadorg.eclipse.jetty.project-6dc256f98b470651caf68e43602bdc496f9a65ad.tar.gz
org.eclipse.jetty.project-6dc256f98b470651caf68e43602bdc496f9a65ad.tar.xz
org.eclipse.jetty.project-6dc256f98b470651caf68e43602bdc496f9a65ad.zip
340636 HashSessionManager lazy loads all sessions (actually committed in r2949)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2951 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index e6629b0fc7..5d23e327fc 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -7,6 +7,7 @@ jetty-7.3.2-SNAPSHOT
+ 339187 In the OSGi manifest of the jetty-all-server aggregate, mark javax.annotation as optional
+ 339543 Add configuration options for Certificate Revocation checking
+ 340265 Improve handling of io shutdown in SSL
+ + 340636 HashSessionManager lazy loads all sessions
+ 340838 Update ConnectHandler to perform half closes properly
+ 340878 Integrations should be able to load their own keystores
+ 340920 Dynamically assign RMI registry port for integration testing

Back to the top