Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 13d52c5eb2..de6b54e333 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,10 @@
-jetty-9.0.0-RC3 - 01 March 2013
+jetty-9.0.0.v20130306 - 06 March 2013
+ + 399070 add updated version of npn-boot jar to start.ini
+ + 399799 do not hold lock while calling invalidation listeners
+ + 399967 Shutdown hook calls destroy
+ 400312 ServletContextListener.contextInitialized() is not called when added
in ServletContainerInitializer.onStartup
+ + 401495 removed unused getOutputStream
+ 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
<jsp-property-group> fix for multiple mappings to *.jsp
+ 401641 Fixed MBean setter for String[]
@@ -10,15 +14,26 @@ jetty-9.0.0-RC3 - 01 March 2013
+ 401644 Dump does not login user already logged in
+ 401651 Abort request if maxRequestsQueuedPerDestination is reached.
+ 401777 InputStreamResponseListener CJK byte (>=128) cause EOF.
+ + 401904 fixed getRemoteAddr to return IP instead of hostname
+ 401908 Enhance DosFilter to allow dynamic configuration of attributes.
+ 401966 Ensure OSGI WebApp as Service (WebAppContext) can be deployed only
through ServiceWebAppProvider
+ + 402008 Websocket blocking write hangs when remote client dies (or is killed)
+ without going thru Close handshake
+ + 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
+ server is stopped
+ 402075 Massive old gen growth when hit by lots of non persistent
connections.
+ 402090 httpsender PendingState cause uncertain data send to server.
+ + 402106 fixed URI resize in HttpParser
+ 402148 Update Javadoc for WebSocketServlet for new API
+ 402154 WebSocket / Session.setIdleTimeout(ms) should support in-place idle
timeout changes
+ + 402185 updated javascript mime-type
+ + 402277 spdy proxy: fix race condition in nested push streams initiated by
+ upstream server. Fix several other small proxy issues
+ + 402316 HttpReceiver and null pointer exception.
+ + 402341 Host with default port causes redirects loop.
jetty-9.0.0.RC2 - 24 February 2013
+ Fix etc/jetty.xml TimerScheduler typo that is preventing normal startup

Back to the top