Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2011-05-20 13:47:21 +0000
committerSimone Bordet2011-05-20 13:47:21 +0000
commitf7d6bcad50e0e8c994f3482e0199e81d3b04a656 (patch)
tree49e853ae823ae86502c65517be6aed0ffe6c4fe3 /VERSION.txt
parentfc6ea0610627764546961a5b05fe96276c9836e1 (diff)
downloadorg.eclipse.jetty.project-f7d6bcad50e0e8c994f3482e0199e81d3b04a656.tar.gz
org.eclipse.jetty.project-f7d6bcad50e0e8c994f3482e0199e81d3b04a656.tar.xz
org.eclipse.jetty.project-f7d6bcad50e0e8c994f3482e0199e81d3b04a656.zip
Fixes #346614 (HttpConnection.handle() spins in case of SSL truncation attacks).
SslSelectChannelEndPoint has been modified to not override shutdownInput() (so behavior is that of the base class, like it should), and when it detects a remote close, it calls SSLEngine.closeInbound(), which throws in case of a truncation attack. The exception is handled and the endpoint closed. git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3225 7e9141cc-0065-0410-87d8-b60c137991c4
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 d506686358..14760c9d70 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -6,10 +6,11 @@ jetty-7.4.2-SNAPSHOT
+ 345873 Update jetty-ssl.xml to new style
+ 345900 Handle ipv6 with default port
+ 346014 Fixed full HttpGenerator
- + 346124 ServletContext resources paths not resolved correctly when using UNC shares
+ + 346124 ServletContext resources paths not resolved correctly when using UNC shares
+ 346179 o.e.j.util.ScannerTest fails on MacOS X platform
+ 346181 o.e.j.server.StressTest stalls on MacOS X platform
+ JETTY-1342 Recreate selector if wakeup throws JVM bug
+ + 346614 HttpConnection.handle() spins in case of SSL truncation attacks
jetty-7.4.1.v20110513
+ 288563 remove unsupported and deprecated --secure option

Back to the top