Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthena Yao2009-08-24 09:15:18 +0000
committerAthena Yao2009-08-24 09:15:18 +0000
commite06d6b979ad35881ce24c9e9bdfbf879fa89b8cc (patch)
tree4b9776cd2ce101928ba2eea888f156b52df9672f /VERSION.txt
parentbebaf5bbe2f52abff286536609e3a3ee2c56240f (diff)
downloadorg.eclipse.jetty.project-e06d6b979ad35881ce24c9e9bdfbf879fa89b8cc.tar.gz
org.eclipse.jetty.project-e06d6b979ad35881ce24c9e9bdfbf879fa89b8cc.tar.xz
org.eclipse.jetty.project-e06d6b979ad35881ce24c9e9bdfbf879fa89b8cc.zip
JETTY-1084
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@755 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 efe6313753..87a0e57cfb 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,7 @@
jetty-7.0.0-SNAPSHOT
+ 286911 Clean out cache when recycling HTTP fields
+ JETTY-1081 Handle null content type in GzipFilter
+ + JETTY-1084 Disable GzipFilter for HEAD requests
+ JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs
+ JETTY-1087 Chunked SSL non blocking input

Back to the top