Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-06-08 01:09:17 +0000
committerGreg Wilkins2009-06-08 01:09:17 +0000
commitc8f300bc52d65cfa21f3a9a00b979dde041cd634 (patch)
treeb645e48ee1ecce0a889c6c2879568f822611e4a9 /VERSION.txt
parent8ef8fab8b539d62dedb18ac7c4c8c25a723e90b1 (diff)
downloadorg.eclipse.jetty.project-c8f300bc52d65cfa21f3a9a00b979dde041cd634.tar.gz
org.eclipse.jetty.project-c8f300bc52d65cfa21f3a9a00b979dde041cd634.tar.xz
org.eclipse.jetty.project-c8f300bc52d65cfa21f3a9a00b979dde041cd634.zip
continuations only support response wrapping
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@335 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 f276447025..19bf716cd5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -6,6 +6,7 @@ jetty-7.0.0.M3-SNAPSHOT
+ 277403 Cleanup system property usage.
+ 277798 Denial of Service Filter
+ Portable continuations for jetty6 and servlet3
+ + Refactored continuations to only support response wrapping
jetty-7.0.0.M2 18 May 2009
+ JETTY-937 Work around Sun JVM bugs

Back to the top