Merge pull request #6062 from eclipse/jetty-10.0.x-update-versiontxt
Adding 9.4.38 release to VERSION.txt
This commit is contained in:
commit
42cb89c680
10
VERSION.txt
10
VERSION.txt
|
@ -29,7 +29,7 @@ jetty-10.0.1 - 19 February 2021
|
|||
+ 5855 HttpClient may not send queued requests
|
||||
+ 5859 Classloader leaks from ShutdownThread and QueuedThreadPool
|
||||
+ 5866 Support Programmatic WebSocket upgrade in Jetty 10
|
||||
+ 5868 Cleaning up request attributes after websocket upgrade in Jetty 10
|
||||
+ 5868 Cleaning up request attributes after websocket upgrade in Jetty 10
|
||||
+ 5870 jetty-maven-plugin fails to run ServletContainerInitializer on Windows
|
||||
due to URI case comparison bug
|
||||
+ 5872 Improve JMX support for Jetty logging
|
||||
|
@ -97,6 +97,14 @@ jetty-10.0.0.beta3 - 21 October 2020
|
|||
+ 5475 Update to spifly 1.3.2 and asm 9
|
||||
+ 5480 NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown
|
||||
|
||||
jetty-9.4.38.v20210224 - 24 February 2021
|
||||
+ 4275 Path Normalization/Traversal - Context Matching
|
||||
+ 5977 Cache-Control header set by a filter is override by the value from
|
||||
DefaultServlet configuration
|
||||
+ 5994 QueuedThreadPool "free" threads
|
||||
+ 5999 HttpURI ArrayIndexOutOfBounds
|
||||
+ 6001 Ambiguous URI legacy compliance mode
|
||||
|
||||
jetty-9.4.37.v20210219 - 19 February 2021
|
||||
+ 4275 Path Normalization/Traversal - Context Matching
|
||||
+ 5492 Add ability to manage start modules by java feature
|
||||
|
|
Loading…
Reference in New Issue