Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-07-21 17:11:36 +0000
committerMichael Gorovoy2011-07-21 17:11:36 +0000
commit2790badf6d49be073393373fcf7d753816261f89 (patch)
treede18083e9e7871a1e07975bffece8c38304ed127 /VERSION.txt
parent3e621d312d01d73cfd2f21ccb528471a60a80ff2 (diff)
downloadorg.eclipse.jetty.project-2790badf6d49be073393373fcf7d753816261f89.tar.gz
org.eclipse.jetty.project-2790badf6d49be073393373fcf7d753816261f89.tar.xz
org.eclipse.jetty.project-2790badf6d49be073393373fcf7d753816261f89.zip
352786 GzipFilter fails to pass parameters to GzipResponseWrapper
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index b3e79a2087..5ce297f61c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -5,7 +5,8 @@ jetty-7.5.0-SNAPSHOT
+ 352046 Need try/catch around features set in XmlParser
+ 352176 xml parsing on startElement should be more flexible on using qName or localName
+ 352684 Implemented spinning thread analyzer
-
+ + 352786 GzipFilter fails to pass parameters to GzipResponseWrapper
+
jetty-7.4.4.v20110707 July 7th 2011
+ 308851 Converted all jetty-client module tests to JUnit 4
+ 345268 JDBCSessionManager does not work with maxInactiveInterval = -1

Back to the top