Skip to content

Commit e04e226

Browse files
committed
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2 parents 7f0bc55 + 7a9e01a commit e04e226

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

VERSION.txt

+36-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jetty-11.0.0.beta1 - 10 July 2020
213213
SETTINGS Frame.
214214
+ 4903 Give better errors for non public Websocket Endpoints
215215
+ 4904 WebsocketClient creates more connections than needed
216-
+ 4907
216+
+ 4907
217217
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
218218
+ 4920 Restore ability to delete sessions on stop
219219
+ 4921 Quickstart run improperly runs dynamically added context initializers
@@ -236,6 +236,41 @@ jetty-11.0.0.beta1 - 10 July 2020
236236

237237
jetty-11.0.0-alpha0 - 30 May 2020
238238

239+
jetty-10.0.2 - 25 March 2021
240+
+ 4275 Path Normalization/Traversal - Context Matching
241+
+ 5828 Allow to create a WebSocketContainer passing HttpClient
242+
+ 5832 Ctrl-C after jetty:run produces NoClassDefFoundError
243+
+ 5835 Review Durable Filters, Servlets and Listeners
244+
+ 5977 Cache-Control header set by a filter is override by the value from
245+
DefaultServlet configuration
246+
+ 5994 QueuedThreadPool "free" threads
247+
+ 5996 ERROR : No module found to provide logback-impl for
248+
logback-access{enabled}
249+
+ 5999 HttpURI ArrayIndexOutOfBounds
250+
+ 6001 Ambiguous URI legacy compliance mode
251+
+ 6008 Allow absolute paths to be provided in start.ini for request log
252+
directory.
253+
+ 6011 OSGi Cannot start Jetty with osgi.boot - Configurations add wrong
254+
method taken
255+
+ 6020 Review Jetty Maven Plugin scanning defaults
256+
+ 6021 Standardize Path resolution in XmlConfiguration
257+
+ 6024 Error starting jetty-10: Provider
258+
org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer not
259+
found
260+
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
261+
+ 6034 SslContextFactory may select a wildcard certificate during SNI
262+
selection when a more specific SSL certificate is present
263+
+ 6037 Review logging modules for j.u.l.
264+
+ 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
265+
+ 6063 Allow override of hazelcast version when using module
266+
+ 6072 jetty server high CPU when client send data length > 17408
267+
+ 6076 Embedded Jetty throws null pointer exception
268+
+ 6082 SslConnection compacting
269+
+ 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
270+
Message
271+
+ 6101 Normalise ambiguous URIs
272+
+ 6102 Exclude webapps directory from deployment scan
273+
239274
jetty-10.0.1 - 19 February 2021
240275
+ 1673 jetty-demo/etc/keystore should not be distributed
241276
+ 4275 Path Normalization/Traversal - Context Matching

0 commit comments

Comments
 (0)