Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-01-13 15:20:05 +0000
committerJesse McConnell2012-01-13 15:20:05 +0000
commit2eb1b3c3c493478294ee3bd6820602e3a3d852f0 (patch)
tree096b90987d58e1bfcb5b4f549c3302fec55e63e1 /VERSION.txt
parent574851a8308b416ebaef3ef6827cf7f29ac03fe3 (diff)
downloadorg.eclipse.jetty.project-2eb1b3c3c493478294ee3bd6820602e3a3d852f0.tar.gz
org.eclipse.jetty.project-2eb1b3c3c493478294ee3bd6820602e3a3d852f0.tar.xz
org.eclipse.jetty.project-2eb1b3c3c493478294ee3bd6820602e3a3d852f0.zip
Updating VERSION.txt top section
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt28
1 files changed, 27 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index e2844da62d..66d1a9610b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,5 +1,31 @@
-jetty-8.1.0-SNAPSHOT
+jetty-8.1.0.RC4 - 13 January 2012
+ + 365048 jetty Http client does not send proxy authentication when requesting
+ a Https-resource through a web-proxy.
+ + 366774 removed XSS vulnerbility
+ + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.
+ + 367433 added tests to investigate
+ + 367435 improved D00 test harness
+ + 367485 HttpExchange canceled before response do not release connection.
+ + 367502 WebSocket connections should be closed when application context is
+ stopped.
+ 367548 jetty-osgi-boot must not import the nested package twice
+ + 367591 corrected configuration.xml version to 7.6
+ + 367635 Added support for start.d directory
+ + 367716 simplified maxIdleTime logic
+ + 368035 WebSocketClientFactory does not invoke super.doStop().
+ + 368060 do not encode sendRedirect URLs
+ + 368112 NPE on <jsp-config><taglib> element parsing web.xml
+ + 368113 Support servlet mapping to ""
+ + 368114 Protect against non-Strings in System properties for Log
+ + 368189 WebSocketClientFactory should not manage external thread pool. 368240
+ - Improve AggregateLifeCycle handling of shared lifecycles
+ + 368215 Remove debug from jaspi
+ + 368240 Better handling of locally created ThreadPool. Forgot to null out
+ field.
+ + 368291 Change warning to info for NoSuchFieldException on
+ BeanELResolver.properties
+ + 367638 limit number of form parameters to avoid DOS
+ + JETTY-1467 close half closed when idle
jetty-8.1.0.RC2 - 22 December 2011
+ 359329 jetty-jaspi must exports its packages. jetty-plus must import

Back to the top