1
- jetty-11.0.2-SNAPSHOT
1
+ jetty-11.0.2 - 25 March 2021
2
+ + 4275 Path Normalization/Traversal - Context Matching
3
+ + 5828 Allow to create a WebSocketContainer passing HttpClient
4
+ + 5832 Ctrl-C after jetty:run produces NoClassDefFoundError
5
+ + 5835 Review Durable Filters, Servlets and Listeners
6
+ + 5977 Cache-Control header set by a filter is override by the value from
7
+ DefaultServlet configuration
8
+ + 5994 QueuedThreadPool "free" threads
9
+ + 5996 ERROR : No module found to provide logback-impl for
10
+ logback-access{enabled}
11
+ + 5999 HttpURI ArrayIndexOutOfBounds
12
+ + 6001 Ambiguous URI legacy compliance mode
13
+ + 6008 Allow absolute paths to be provided in start.ini for request log
14
+ directory.
15
+ + 6011 OSGi Cannot start Jetty with osgi.boot - Configurations add wrong
16
+ method taken
17
+ + 6020 Review Jetty Maven Plugin scanning defaults
18
+ + 6021 Standardize Path resolution in XmlConfiguration
19
+ + 6024 Error starting jetty-10: Provider
20
+ org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer not
21
+ found
22
+ + 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
23
+ + 6034 SslContextFactory may select a wildcard certificate during SNI
24
+ selection when a more specific SSL certificate is present
25
+ + 6037 Review logging modules for j.u.l.
26
+ + 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
27
+ + 6063 Allow override of hazelcast version when using module
28
+ + 6072 jetty server high CPU when client send data length > 17408
29
+ + 6076 Embedded Jetty throws null pointer exception
30
+ + 6082 SslConnection compacting
31
+ + 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
32
+ Message
33
+ + 6101 Normalise ambiguous URIs
34
+ + 6102 Exclude webapps directory from deployment scan
2
35
3
36
jetty-11.0.1 - 19 February 2021
4
37
+ 1673 jetty-demo/etc/keystore should not be distributed
5
38
+ 4275 Path Normalization/Traversal - Context Matching
6
39
+ 4515 Validation extension should not downcast CoreSession
7
40
+ 5492 Add ability to manage start modules by java feature
8
- + 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate.
41
+ + 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate
9
42
+ 5605 Blocked IO Thread not woken
10
43
+ 5689 Jetty ssl keystorePath doesn't work with absolute path
11
- + 5706 The WebSocket ServerUpgradeResponse can produce NPE in jetty 10.
44
+ + 5706 The WebSocket ServerUpgradeResponse can produce NPE in jetty 10
12
45
+ 5725 Review Preventers
13
46
+ 5752 Fix Servlet 5 Schema redirects
14
47
+ 5755 Cannot configure maxDynamicTableSize on HTTP2Client
@@ -26,7 +59,7 @@ jetty-11.0.1 - 19 February 2021
26
59
+ 5799 Allow specifying the duration an object can stay in a pool
27
60
+ 5824 Build up of ConstraintMappings when stopping and starting WebAppContext
28
61
+ 5830 Jetty-util contains wrong Import-Package
29
- + 5844 -- download flag to jetty-start causes NullPointerException
62
+ + 5844 download flag to jetty-start causes NullPointerException
30
63
+ 5845 Use UTF-8 encoding for client basic auth if requested
31
64
+ 5850 NPE at Principal WebSocketSession.getUserPrincipal()
32
65
+ 5851 org.eclipse.jetty.websocket.servlet.WebSocketServlet cleanup
@@ -213,7 +246,7 @@ jetty-11.0.0.beta1 - 10 July 2020
213
246
SETTINGS Frame.
214
247
+ 4903 Give better errors for non public Websocket Endpoints
215
248
+ 4904 WebsocketClient creates more connections than needed
216
- + 4907
249
+ + 4907
217
250
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
218
251
+ 4920 Restore ability to delete sessions on stop
219
252
+ 4921 Quickstart run improperly runs dynamically added context initializers
@@ -260,7 +293,7 @@ jetty-10.0.2 - 25 March 2021
260
293
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
261
294
+ 6034 SslContextFactory may select a wildcard certificate during SNI
262
295
selection when a more specific SSL certificate is present
263
- + 6037 Review logging modules for j.u.l.
296
+ + 6037 Review logging modules for j.u.l
264
297
+ 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
265
298
+ 6063 Allow override of hazelcast version when using module
266
299
+ 6072 jetty server high CPU when client send data length > 17408
0 commit comments