Merge remote-tracking branch 'origin/release-9.3.10.M0' into jetty-9.3.x

This commit is contained in:
Jesse McConnell 2016-05-26 09:49:24 -05:00
commit dcbc233b8b
1 changed files with 22 additions and 8 deletions

View File

@ -1,15 +1,23 @@
jetty-9.3.10-SNAPSHOT
jetty-9.2.17.v20160517 - 17 May 2016
+ 560 Jetty Client Proxy Authentication does not work with HTTP Proxy
tunneling
+ 571 AbstractAuthentication.matchesURI() fails to match scheme
jetty-9.3.10.M0 - 26 May 2016
+ 354 Spin loop in case of exception thrown during accept()
+ 464 Improve reporting of SSLHandshakeException
+ 542 Support Connection.Listener bean on clients
+ 574 Introduce a TLS handshake completed listener
+ 581 Initial session recv window setting not working
+ 85 Expose TLS protocol used for connection in SecureRequestCustomizer
+ 354 Spin loop in case of exception thrown during accept()
+ 464 Improve reporting of SSLHandshakeException
+ 542 Support Connection.Listener bean on clients
+ 574 Introduce a TLS handshake completed listener
+ 581 Initial session recv window setting not working
+ 85 Expose TLS protocol used for connection in SecureRequestCustomizer
jetty-9.3.9.v20160517 - 17 May 2016
+ 436 Migrate Jetty Documentation
+ 437 updates to NPE prevention
+ 501 clear continuation initial on undispatch
+ 510 Module [depend] property expansion should support eg foo/${bar}/${bar}-xxx
+ 510 Module [depend] property expansion should support eg
foo/${bar}/${bar}-xxx
+ 514 Allow ExecutionStrategy to be configurable
+ 518 jarfile fix for springboot
+ 519 Disable SSL session caching
@ -26,7 +34,8 @@ jetty-9.3.9.v20160517 - 17 May 2016
+ 556 Improve Resource.getAlias() checks on Windows
+ 557 Review ThreadPool.isLowOnThreads()
+ 558 HTTP/2 server hangs when thread pool is low on threads
+ 560 Jetty Client Proxy Authentication does not work with HTTP Proxy tunneling
+ 560 Jetty Client Proxy Authentication does not work with HTTP Proxy
tunneling
+ 561 Fixed test timer
+ 567 NPE in ErrorPageErrorHandler debug
+ 570 URIUtil.encodePath does not always encode utf8 chars
@ -34,6 +43,11 @@ jetty-9.3.9.v20160517 - 17 May 2016
+ 572 Don't reject HTTP/2 requests without body in low threads mode
+ 486530 Handler added to WebAppContext prevents ServletContext initialization
jetty-9.2.17.v20160517 - 17 May 2016
+ 560 Jetty Client Proxy Authentication does not work with HTTP Proxy
tunneling
+ 571 AbstractAuthentication.matchesURI() fails to match scheme
jetty-9.2.16.v20160414 - 14 April 2016
+ 85 Expose TLS protocol used for connection in SecureRequestCustomizer
+ 316 add chm mime mapping to mime.properties