Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2010-05-04 16:16:24 +0000
committerMichael Gorovoy2010-05-04 16:16:24 +0000
commita4d20486b2ddc76db0cf96bd0e2e26fa2a5f1dea (patch)
tree14e0e835e3002d3fb4180082b6e4ba6afbb9315d /VERSION.txt
parent52d8ac532100f92586c9aeeb560f36d86d242e66 (diff)
downloadorg.eclipse.jetty.project-a4d20486b2ddc76db0cf96bd0e2e26fa2a5f1dea.tar.gz
org.eclipse.jetty.project-a4d20486b2ddc76db0cf96bd0e2e26fa2a5f1dea.tar.xz
org.eclipse.jetty.project-a4d20486b2ddc76db0cf96bd0e2e26fa2a5f1dea.zip
286889 Allow System and Server classes to be set on Server instance and when applied to all webapps
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1688 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 4f2b25bcb7..ffb0353337 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,5 @@
jetty-7.1.0.RC1-SNAPSHOT
+ + 286889 Allow System and Server classes to be set on Server instance and when applied to all webapps
+ 296650 JETTY-1198 reset idle timeout on request body chunks
+ 291448 SessionManager has isCheckingRemoteSessionIdEncoding
+ 297104 HTTP CONNECT does not work correct with SSL destinations

Back to the top