Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2009-09-08 20:07:44 +0000
committerSimone Bordet2009-09-08 20:07:44 +0000
commit92f1b1801fc52224102017fc676a418242d38c65 (patch)
tree91ba184144b4663bb033d435b91ca1fe737fc41f /VERSION.txt
parentdc2a817cd1915c4a2aa670fd4375339e2aadf59b (diff)
downloadorg.eclipse.jetty.project-92f1b1801fc52224102017fc676a418242d38c65.tar.gz
org.eclipse.jetty.project-92f1b1801fc52224102017fc676a418242d38c65.tar.xz
org.eclipse.jetty.project-92f1b1801fc52224102017fc676a418242d38c65.zip
Fixed #280723: Add non blocking statistics handler.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@833 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 980133c5be..2ef69bfcac 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -3,16 +3,17 @@ jetty-7.0.0.RC6-SNAPSHOT
+ 288153 jetty-client resend doesn't reset exchange
+ 288182 PUT request fails during retry
+ JETTY-1080 modify previous fix to work on windows
- + JETTY-1084 HEAD command not setting content-type in response under certain circumstances
+ + JETTY-1084 HEAD command not setting content-type in response under certain circumstances
+ JETTY-1086 Use UncheckedPrintWriter
+ JETTY-1090 resolve potential infinite loop with webdav listener
+ JETTY-1092 MultiPartFilter can be pushed into infinite loop
+ JETTY-1093 Request.toString throws exception when size exceeds 4k
- + JETTY-1098 Default form encoding is UTF8
+ + JETTY-1098 Default form encoding is UTF8
+ JETTY-1101 Updated servlet3 continuation constructor
+ 288514 AbstractConnector does not handle InterruptedExceptions on shutdown
+ 288466 LocalConnector is not thread safe
+ 288772 Failure to connect does not set status to EXCEPTED
+ + 280723 Add non blocking statistics handler
jetty-6.1.20 27 August 2009
+ JETTY-838 Don't log and throw

Back to the top