Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2010-06-10 00:10:33 +0000
committerMichael Gorovoy2010-06-10 00:10:33 +0000
commitdf5e125b5374d7ff39558cb1dab2bf593624a987 (patch)
treeedc4eb7aa21dec8762d86bc2d6f689ca98ca393f /VERSION.txt
parente2c544b375286ee83b0dbe4d4059a14b334ddbad (diff)
downloadorg.eclipse.jetty.project-df5e125b5374d7ff39558cb1dab2bf593624a987.tar.gz
org.eclipse.jetty.project-df5e125b5374d7ff39558cb1dab2bf593624a987.tar.xz
org.eclipse.jetty.project-df5e125b5374d7ff39558cb1dab2bf593624a987.zip
316399 Debug output in MultiPartFilter
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1970 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 22a37d053c..5ac2bf007f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -24,6 +24,7 @@ jetty-7.1.4.v20100609
+ 316119 Fixed maxIdleTime for SocketEndPoint
+ 316254 Implement @DeclareRoles
+ 316334 Breaking change on org.eclipse.jetty.client.HttpExchange
+ + 316399 Debug output in MultiPartFilter
+ JETTY-547 Delay close after shutdown until request read
+ JETTY-1231 Support context request log handler

Back to the top