set for release
This commit is contained in:
parent
f3a805887e
commit
fb7477c5d2
30
VERSION.txt
30
VERSION.txt
|
@ -1,15 +1,23 @@
|
||||||
jetty-9.3.10-SNAPSHOT
|
jetty-9.3.10.M0 - 26 May 2016
|
||||||
|
+ 354 Spin loop in case of exception thrown during accept()
|
||||||
jetty-9.2.17.v20160517 - 17 May 2016
|
+ 464 Improve reporting of SSLHandshakeException
|
||||||
+ 560 Jetty Client Proxy Authentication does not work with HTTP Proxy
|
+ 542 Support Connection.Listener bean on clients
|
||||||
tunneling
|
+ 574 Introduce a TLS handshake completed listener
|
||||||
+ 571 AbstractAuthentication.matchesURI() fails to match scheme
|
+ 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
|
jetty-9.3.9.v20160517 - 17 May 2016
|
||||||
+ 436 Migrate Jetty Documentation
|
+ 436 Migrate Jetty Documentation
|
||||||
+ 437 updates to NPE prevention
|
+ 437 updates to NPE prevention
|
||||||
+ 501 clear continuation initial on undispatch
|
+ 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
|
+ 514 Allow ExecutionStrategy to be configurable
|
||||||
+ 518 jarfile fix for springboot
|
+ 518 jarfile fix for springboot
|
||||||
+ 519 Disable SSL session caching
|
+ 519 Disable SSL session caching
|
||||||
|
@ -26,7 +34,8 @@ jetty-9.3.9.v20160517 - 17 May 2016
|
||||||
+ 556 Improve Resource.getAlias() checks on Windows
|
+ 556 Improve Resource.getAlias() checks on Windows
|
||||||
+ 557 Review ThreadPool.isLowOnThreads()
|
+ 557 Review ThreadPool.isLowOnThreads()
|
||||||
+ 558 HTTP/2 server hangs when thread pool is low on threads
|
+ 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
|
+ 561 Fixed test timer
|
||||||
+ 567 NPE in ErrorPageErrorHandler debug
|
+ 567 NPE in ErrorPageErrorHandler debug
|
||||||
+ 570 URIUtil.encodePath does not always encode utf8 chars
|
+ 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
|
+ 572 Don't reject HTTP/2 requests without body in low threads mode
|
||||||
+ 486530 Handler added to WebAppContext prevents ServletContext initialization
|
+ 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
|
jetty-9.2.16.v20160414 - 14 April 2016
|
||||||
+ 85 Expose TLS protocol used for connection in SecureRequestCustomizer
|
+ 85 Expose TLS protocol used for connection in SecureRequestCustomizer
|
||||||
+ 316 add chm mime mapping to mime.properties
|
+ 316 add chm mime mapping to mime.properties
|
||||||
|
|
Loading…
Reference in New Issue