Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-12-23 08:19:34 +0000
committerGreg Wilkins2011-12-23 08:19:34 +0000
commit62bec09a6b058d14139561a2aba7867a4df9a910 (patch)
tree577ca6bc9cce228028cdae98cc080e275789b682
parent34dc926c599732965cfa6ad2cc89281d31e0f88f (diff)
parent987e8affa86597a859ae9335797a74d5d196d510 (diff)
downloadorg.eclipse.jetty.project-62bec09a6b058d14139561a2aba7867a4df9a910.tar.gz
org.eclipse.jetty.project-62bec09a6b058d14139561a2aba7867a4df9a910.tar.xz
org.eclipse.jetty.project-62bec09a6b058d14139561a2aba7867a4df9a910.zip
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
-rw-r--r--VERSION.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 97a124abfa..eb6e1de36f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,5 +1,25 @@
jetty-7.6.0-SNAPSHOT
+jetty-7.6.0.RC2 - 22 December 2011
+ + 364638 HttpParser closes if data received while seeking EOF. Tests fixed to
+ cope
+ + 364921 Made test less time sensitive for ssl
+ + 364936 use Resource for opening URL streams
+ + 365267 NullPointerException in bad Address
+ + 365375 ResourceHandler should be a HandlerWrapper
+ + 365750 Support WebSocket over SSL, aka wss://
+ + 365932 Produce jetty-websocket aggregate jar for android use
+ + 365947 Set headers for Auth failure and retry in http-spi
+ + 366316 Superfluous printStackTrace on 404
+ + 366342 Dont persist DosFilter trackers in http session
+ + 366730 pass the time idle to onIdleExpire
+ + 367048 test harness for guard on suspended requests
+ + 367175 SSL 100% CPU spin in case of blocked write and RST.
+ + 367219 WebSocketClient.open() fails when URI uses default ports.
+ + JETTY-1460 suppress PrintWriter exceptions
+ + JETTY-1463 websocket D0 parser should return progress even if no fill done
+ + JETTY-1465 NPE in ContextHandler.toString
+
jetty-7.6.0.RC1 - 04 December 2011
+ 352565 cookie httponly flag ignored
+ 353285 ServletSecurity annotation ignored

Back to the top