Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-10-30 20:43:53 +0000
committerGreg Wilkins2014-10-30 20:43:53 +0000
commitd970e3d58b5f3bf57aaf3e7bc20fc1d7fead8b1d (patch)
tree769d9abd3802ea3f9e32b7ec29c137075c661793
parent154daa524ab13901eea5793871e1049c03017335 (diff)
parente1b73a64ebbd257603c68078d93c79684dff0dcf (diff)
downloadorg.eclipse.jetty.project-d970e3d58b5f3bf57aaf3e7bc20fc1d7fead8b1d.tar.gz
org.eclipse.jetty.project-d970e3d58b5f3bf57aaf3e7bc20fc1d7fead8b1d.tar.xz
org.eclipse.jetty.project-d970e3d58b5f3bf57aaf3e7bc20fc1d7fead8b1d.zip
Merge remote-tracking branch 'origin/jetty-9.2.x'
Conflicts: VERSION.txt
-rw-r--r--VERSION.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 641e00999d..2653f820b6 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,16 +1,20 @@
-jetty-9.2.4-SNAPSHOT
+jetty-9.3.0-SNAPSHOT
+
+jetty-9.2.4.v20141030 - 30 October 2014
+ 376365 "jetty.sh start" returns 0 on failure
+ 396569 'bin/jetty.sh stop' reports 'OK' even when jetty was not running
+ 396572 Starting jetty from cygwin is not working properly
+ 438387 NullPointerException after ServletUpgradeResponse.sendForbidden is
called during WebSocketCreator.createWebSocket
+ 440729 SSL requests often fail with EOFException or IllegalStateException.
+ + 440925 NPE when using relative paths for --start-log-file
+ 442419 CrossOriginFilter javadoc says "exposeHeaders", but should be
"exposedHeaders"
+ 442495 Bad Context ClassLoader in JSR356 WebSocket onOpen
+ 442942 Content sent with status 204 (No Content)
+ 443529 CrossOriginFilter does not accept wildcard for allowedHeaders
+ 443530 CrossOriginFilter does not set the Vary header
+ + 443550 improved FileResource encoded alias checking
+ 444031 Ensure exceptions do not reduce threadpool below minimum
+ 444124 JSP include with <servlet><jsp-file> can cause infinite recursion
+ 444214 Socks4Proxy fails when reading less than 8 bytes.
@@ -23,6 +27,7 @@ jetty-9.2.4-SNAPSHOT
of attribute keys
+ 444617 Expose local and remote socket address to applications
+ 444676 Goal jetty:deploy-war produces errors with version 9.2.3
+ + 444722 Fixed order of setReuseAddress call
+ 444748 WebSocketClient.stop() does not unregister from ShutdownThread
+ 444764 HttpClient notifies callbacks for last chunk of content twice.
+ 444771 JSR356 / EndPointConfig.userProperties are not unique per endpoint
@@ -68,9 +73,13 @@ jetty-9.2.4-SNAPSHOT
+ 447979 Refactor to make MetaData responsible for progressively ordering
web-inf jars
+ 448156 Fixed INACTIVE race in IteratingCallback
+ + 448225 Removed unnecessary synchronize on initParser
+ + 448841 Clarified selectors==0 javadoc 448840 Clarified ServerConnector
+ javadoc 448839 Fixed javadoc typo in ServerConnector
+ 449001 Remove start.d directory from JETTY_HOME
+ 449038 WebSocketUpgradeFilter must support async.
-
+ + 449175 Removed extra space in NCSA log
+
jetty-9.3.0.M0 - 24 September 2014
+ 437395 Start / Properties in template sections should be default applied for
enabled modules

Back to the top