Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-05-10 06:42:08 +0000
committerGreg Wilkins2011-05-10 06:42:08 +0000
commit138bcbff91801ce715e62c962c8302f56dfe268a (patch)
tree8198f93ef544f39003e9ff25667b3bbd8dd7bbe8
parent933d797fd1f9541d120b3a71255d3946989a7ee9 (diff)
downloadorg.eclipse.jetty.project-138bcbff91801ce715e62c962c8302f56dfe268a.tar.gz
org.eclipse.jetty.project-138bcbff91801ce715e62c962c8302f56dfe268a.tar.xz
org.eclipse.jetty.project-138bcbff91801ce715e62c962c8302f56dfe268a.zip
343936 idle calls unbind and remove listeners
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3107 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 5b928cbdc1..b38d2ad5f8 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -10,6 +10,7 @@ jetty-7.4.1-SNAPSHOT
+ 343567 HttpClient does not limit the destination's exchange queue
+ 343707 'REQUEST' is printed on console for each incoming HTTP request
+ 343923 flush timeouts applied to outer loop
+ + 343936 Session idle calls unbind and remove listeners
+ 344059 Websockets draft-07
+ 344067 Add support for OSGi fragment bundles to add static resources to web-bundles
+ 344513 Attempting to set ConfigurationClasses in jetty-web.xml causes NPE

Back to the top