[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] r1632 - jetty/trunk
|
- From: genie@xxxxxxxxxxx
- Date: Fri, 30 Apr 2010 09:20:18 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
Author: sbordet
Date: 2010-04-30 09:20:17 -0400 (Fri, 30 Apr 2010)
New Revision: 1632
Modified:
jetty/trunk/VERSION.txt
Log:
Fixed 297104 (HTTP CONNECT does not work correct with SSL destinations) via the ProxyHandler class.
Modified: jetty/trunk/VERSION.txt
===================================================================
--- jetty/trunk/VERSION.txt 2010-04-30 13:14:31 UTC (rev 1631)
+++ jetty/trunk/VERSION.txt 2010-04-30 13:20:17 UTC (rev 1632)
@@ -3,12 +3,13 @@
+ 308861 Update test suite to JUnit4 - Module jetty-security
+ 308868 Update test suite to JUnit4 - Module jetty-websocket
+ 308869 Update test suite to JUnit4 - Module jetty-xml
- + 310562 SslSocketConnector fails to start if excludeCipherSuites is set
+ + 310562 SslSocketConnector fails to start if excludeCipherSuites is set
+ 310634 Get the localport when opening a server socket.
+ 310703 Update test suite to JUnit4 - Module tests/test-integration
- + 310918 Synchronize content exchange
+ + 310918 Synchronize content exchange
+ 311154 Use Appendable in preference to StringBuilder/StringBuffer in APIs
-
+ + 297104 HTTP CONNECT does not work correct with SSL destinations
+
jetty-7.1.0.RC0 27 April 2010
+ 294563 Websocket client connection
+ 297104 Improve handling of CONNECT method