Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
557eeede53
21
VERSION.txt
21
VERSION.txt
|
@ -1,5 +1,22 @@
|
|||
jetty-10.0.0-SNAPSHOT
|
||||
|
||||
jetty-9.4.33.v20201020 - 20 October 2020
|
||||
+ 5022 Cleanup ServletHandler, specifically with respect to making filter
|
||||
chains more extensible
|
||||
+ 5368 WebSocket text event execute in same thread as running binary event and
|
||||
destroy Threadlocal
|
||||
+ 5378 Filter/Servlet/Listener Holders are not started if added during
|
||||
STARTING state.
|
||||
+ 5409 HttpClient fails intermittently with "Invalid response state TRANSIENT"
|
||||
+ 5417 Badly configured HttpConfiguration.securePort can lead to wrong port
|
||||
produced by ForwardedHeader
|
||||
+ 5443 Request without Host header fails with NullPointerException in
|
||||
ForwardedRequestCustomizer
|
||||
+ 5451 Improve Working Directory creation
|
||||
+ 5454 Request error context is not reset
|
||||
+ 5475 Update to spifly 1.3.2 and asm 9
|
||||
+ 5480 NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown
|
||||
|
||||
jetty-10.0.0.beta2 - 02 October 2020
|
||||
+ 1337 MultiPart Part.write(String fileName) - Write method used unexpected
|
||||
path
|
||||
|
@ -40,7 +57,7 @@ jetty-10.0.0.beta2 - 02 October 2020
|
|||
be empty string, but is `"/"`
|
||||
+ 5064 NotSerializableException for OpenIdConfiguration
|
||||
+ 5069 HttpClientTimeoutTests can occasionally fail due to unreachable network
|
||||
+ 5079 :authority header for IPv6 address not having square brackets
|
||||
+ 5079 :authority header for IPv6 address not having square brackets
|
||||
+ 5081 Review HouseKeeper locking
|
||||
+ 5083 Convert synchronized usages to AutoLock
|
||||
+ 5096 using JettyWebSocketServlet without having a WebSocketUpgradeFilter
|
||||
|
@ -114,7 +131,7 @@ jetty-10.0.0.beta1 - 10 July 2020
|
|||
SETTINGS Frame.
|
||||
+ 4903 Give better errors for non public Websocket Endpoints
|
||||
+ 4904 WebsocketClient creates more connections than needed
|
||||
+ 4907
|
||||
+ 4907
|
||||
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
|
||||
+ 4913 DirectoryNotEmptyException when using mvn jetty:run-distro
|
||||
+ 4920 Restore ability to delete sessions on stop
|
||||
|
|
Loading…
Reference in New Issue