Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2015-01-23 13:56:54 +0000
committerGreg Wilkins2015-01-23 13:56:54 +0000
commitd59887980d6948a95bfdcdb2c6e0decbce5c2287 (patch)
treed1b6fae51b32c53be0f32cba0ab407cf90798d1f
parentb02f283971232cd2fb0034f14060c254cfd67074 (diff)
downloadorg.eclipse.jetty.project-d59887980d6948a95bfdcdb2c6e0decbce5c2287.tar.gz
org.eclipse.jetty.project-d59887980d6948a95bfdcdb2c6e0decbce5c2287.tar.xz
org.eclipse.jetty.project-d59887980d6948a95bfdcdb2c6e0decbce5c2287.zip
updated VERSION.txt with latest jetty-7/8 releases
-rw-r--r--VERSION.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 0995df9402..97a8cf8a50 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -179,6 +179,24 @@ jetty-9.2.3.v20140905 - 05 September 2014
+ 443262 Distinguish situation where jetty looks for tlds in META-INF but
finds none vs does not look
+jetty-8.1.16.v20140903 - 03 September 2014
+ + 409788 Large POST body causes java.lang.IllegalStateException: SENDING =>
+ HEADERS.
+ + 433689 Evict idle HttpDestinations from client
+ + 433802 check EOF in send1xx
+ + 438996 Scavenger-Timer in HashSessionManager can die because of
+ IllegalStateException from getMaxInactiveInterval
+ + 442048 fixed sendRedirect %2F encoding
+ + 442839 highly fragmented websocket messages can result in corrupt binary
+ messages
+
+jetty-7.6.16.v20140903 - 03 September 2014
+ + 409788 Large POST body causes java.lang.IllegalStateException: SENDING =>
+ HEADERS.
+ + 433802 check EOF in send1xx
+ + 442839 highly fragmented websocket messages can result in corrupt binary
+ messages
+
jetty-9.2.2.v20140723 - 23 July 2014
+ 411323 DosFilter/QoSFilter should use AsyncContext rather than
Continuations.
@@ -350,6 +368,31 @@ jetty-9.2.0.M1 - 08 May 2014
+ 434077 AnnotatedServerEndpointTest emits strange exception
+ 434247 Redirect loop in FastCGI proxying for HTTPS sites.
+jetty-8.1.15.v20140411 - 11 April 2014
+ + 397167 Remote Access documentation is wrong
+ + 419799 complete after exceptions thrown from async error pages
+ + 420776 complete error pages after startAsync
+ + 421197 fix method comment and ensure close synchronized
+ + 422137 Added maxQueued to QueuedThreadPool MBean
+ + 424180 improve bad message errors
+ + 425038 WebSocketClient leaks file handles when exceptions are thrown from
+ open()
+ + 425551 Memory Leak in SelectConnector$ConnectTimeout.expired.
+ + 426658 backport Bug 425930 to jetty-8
+ + 427761 allow endpoints to be interrupted
+ + 428708 JDBCSessionIdManager when clearing expired sessions failed, jetty
+ should still be able to startup
+ + 428710 JDBCSession(Id)Manager use 'read committed isolation level'
+ + 430968 Use wrapped response with async dispatch
+ + 432452 ConnectHandler does not timeout sockets in FIN_WAIT2.
+
+jetty-7.6.15.v20140411 - 11 April 2014
+ + 422137 Added maxQueued to QueuedThreadPool MBean
+ + 425038 WebSocketClient leaks file handles when exceptions are thrown from
+ open()
+ + 425551 Memory Leak in SelectConnector$ConnectTimeout.expired.
+ + 432452 ConnectHandler does not timeout sockets in FIN_WAIT2.
+
jetty-9.2.0.M0 - 09 April 2014
+ 419801 Upgrade to asm5 for jdk8
+ 423392 Fix buffer overflow in AsyncGzipFilter

Back to the top