Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2009-09-07 18:55:43 +0000
committerSimone Bordet2009-09-07 18:55:43 +0000
commitd6bd35a773f438281a88321be6a30168fdc40b80 (patch)
tree43da6879164f99a38e65cc2eea9dfdb9b94ea4ef /VERSION.txt
parentbab8d4d31a05ab1ed448706e8934743263f7a7f2 (diff)
downloadorg.eclipse.jetty.project-d6bd35a773f438281a88321be6a30168fdc40b80.tar.gz
org.eclipse.jetty.project-d6bd35a773f438281a88321be6a30168fdc40b80.tar.xz
org.eclipse.jetty.project-d6bd35a773f438281a88321be6a30168fdc40b80.zip
Fix for bug #288772: Failure to connect does not set status to EXCEPTED.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@823 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 5e2cc0f8c1..94136d61bf 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -8,6 +8,7 @@ jetty-7.0.0.RC6-SNAPSHOT
+ JETTY-1093 Request.toString throws exception when size exceeds 4k
+ 288514 AbstractConnector does not handle InterruptedExceptions on shutdown
+ 288466 LocalConnector is not thread safe
+ + 288772 Failure to connect does not set status to EXCEPTED
jetty-6.1.20 27 August 2009
+ JETTY-838 Don't log and throw
@@ -27,7 +28,7 @@ jetty-6.1.20 27 August 2009
+ JETTY-1080 Ignore files that would be extracted outside the destination directory when unpacking WARs
+ JETTY-1081 Handle null content type in GzipFilter
+ JETTY-1084 Disable GzipFilter for HEAD requests
- + JETTY-1085 Allow url sessionID if cookie invalid
+ + JETTY-1085 Allow url sessionID if cookie invalid
+ JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs
+ JETTY-1087 Chunked SSL non blocking input
+ JETTY-1098 Upgrade jsp to SJSAS-9_1_1-B60F-07_Jan_2009
@@ -80,7 +81,7 @@ jetty-6.1.19 1 July 2009
+ JETTY-1049 Improved transparent proxy usability
+ JETTY-1054 Avoid double deploys
+ JETTY-1055 Cookie quoting
- + JETTY-1057 Error page stack trace XSS
+ + JETTY-1057 Error page stack trace XSS
+ JETTY-1058 Handle trailing / with aliases on
+ JETTY-1062 Don't filter cometd message without data

Back to the top