Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-04-26 20:25:52 +0000
committerGreg Wilkins2010-04-26 20:25:52 +0000
commitd95081150b1237529bf2836e0e102309e7a2b418 (patch)
treea3b25dbca1488b432b7970fda5d979ed5b6d384b /VERSION.txt
parent937d475839bfec3877c73c07e620bd4d9185c160 (diff)
downloadorg.eclipse.jetty.project-d95081150b1237529bf2836e0e102309e7a2b418.tar.gz
org.eclipse.jetty.project-d95081150b1237529bf2836e0e102309e7a2b418.tar.xz
org.eclipse.jetty.project-d95081150b1237529bf2836e0e102309e7a2b418.zip
JETTY-1212 handle long content lengths
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1567 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 63f9acb29c..1e5e711b9d 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -16,6 +16,7 @@ jetty-7.1.0-SNAPSHOT
+ JETTY-903 Stop both caches
+ JETTY-1200 SSL NIO Endpoint wraps non NIO buffers
+ JETTY-1202 Use platform default algorithm for SecureRandom
+ + JETTY-1212 handle long content lengths
+ Fix jetty-plus.xml reference to addLifeCycle
+ Add AnnotationConfiguration to jetty-plus.xml
+ 310467 Allow SocketConnector to create generic Connection objects

Back to the top