|
1 | | -jetty-10.0.0-SNAPSHOT |
| 1 | +jetty-10.0.0 - 02 December 2020 |
| 2 | + + 1923 GCThreadLeakPreventer won't work with Java 9 |
| 3 | + + 4711 Reset trailers on recycled response |
| 4 | + + 5272 The UserStore and PropertyUserStore classes are hard to re-use for |
| 5 | + caching eg JDBC data |
| 6 | + + 5310 Jetty Http2 client discards the response fames when there is GOAWAY and |
| 7 | + sends RST_STREAM |
| 8 | + + 5320 Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty |
| 9 | + web application causes ClassCastException |
| 10 | + + 5486 PropertyFileLoginModule retains PropertyUserStores |
| 11 | + + 5488 jetty-dir.css not found when using JPMS |
| 12 | + + 5493 StatisticsHandler broken for async applications |
| 13 | + + 5498 Review ServletHolder.getServlet |
| 14 | + + 5521 ResourceCollection NPE in list() |
| 15 | + + 5535 Support regex in SslContextFactory include/exclude of protocols |
| 16 | + + 5539 StatisticsServlet output is not valid |
| 17 | + + 5555 NPE for servlet with no mapping |
| 18 | + + 5562 ArrayTernaryTrie consumes too much memory |
| 19 | + + 5575 Add SEARCH as a known HttpMethod |
| 20 | + + 5605 java.io.IOException: unconsumed input during http request parsing |
| 21 | + + 5633 Allow to configure HttpClient request authority |
| 22 | + + 5679 Distro argument --list-all-modules does not work |
| 23 | + + 5680 No way to see which modules are enabled for the distro |
| 24 | + + 5691 HttpInput may skip setting fill interest |
2 | 25 |
|
3 | 26 | jetty-10.0.0.beta3 - 21 October 2020 |
4 | 27 | + 5022 Cleanup ServletHandler, specifically with respect to making filter |
@@ -29,7 +52,8 @@ jetty-9.4.35.v20201120 - 20 November 2020 |
29 | 52 | + 5539 StatisticsServlet output is not valid |
30 | 53 | + 5562 ArrayTernaryTrie consumes too much memory |
31 | 54 | + 5575 Add SEARCH as a known HttpMethod |
32 | | - + 5605 CVE-2020-27218 java.io.IOException: unconsumed input during http request parsing |
| 55 | + + 5605 CVE-2020-27218 java.io.IOException: unconsumed input during http |
| 56 | + request parsing |
33 | 57 | + 5633 Allow to configure HttpClient request authority |
34 | 58 |
|
35 | 59 | jetty-9.4.34.v20201102 - 02 November 2020 |
@@ -98,7 +122,7 @@ jetty-10.0.0.beta2 - 02 October 2020 |
98 | 122 | be empty string, but is `"/"` |
99 | 123 | + 5064 NotSerializableException for OpenIdConfiguration |
100 | 124 | + 5069 HttpClientTimeoutTests can occasionally fail due to unreachable network |
101 | | - + 5079 :authority header for IPv6 address not having square brackets |
| 125 | + + 5079 authority header for IPv6 address not having square brackets |
102 | 126 | + 5081 Review HouseKeeper locking |
103 | 127 | + 5083 Convert synchronized usages to AutoLock |
104 | 128 | + 5096 using JettyWebSocketServlet without having a WebSocketUpgradeFilter |
|
0 commit comments