Skip to content

Commit 0a126e2

Browse files
committed
Updating to version 11.0.2
1 parent e04e226 commit 0a126e2

File tree

151 files changed

+255
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+255
-222
lines changed

VERSION.txt

+39-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,47 @@
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
235

336
jetty-11.0.1 - 19 February 2021
437
+ 1673 jetty-demo/etc/keystore should not be distributed
538
+ 4275 Path Normalization/Traversal - Context Matching
639
+ 4515 Validation extension should not downcast CoreSession
740
+ 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
942
+ 5605 Blocked IO Thread not woken
1043
+ 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
1245
+ 5725 Review Preventers
1346
+ 5752 Fix Servlet 5 Schema redirects
1447
+ 5755 Cannot configure maxDynamicTableSize on HTTP2Client
@@ -26,7 +59,7 @@ jetty-11.0.1 - 19 February 2021
2659
+ 5799 Allow specifying the duration an object can stay in a pool
2760
+ 5824 Build up of ConstraintMappings when stopping and starting WebAppContext
2861
+ 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
3063
+ 5845 Use UTF-8 encoding for client basic auth if requested
3164
+ 5850 NPE at Principal WebSocketSession.getUserPrincipal()
3265
+ 5851 org.eclipse.jetty.websocket.servlet.WebSocketServlet cleanup
@@ -213,7 +246,7 @@ jetty-11.0.0.beta1 - 10 July 2020
213246
SETTINGS Frame.
214247
+ 4903 Give better errors for non public Websocket Endpoints
215248
+ 4904 WebsocketClient creates more connections than needed
216-
+ 4907
249+
+ 4907
217250
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
218251
+ 4920 Restore ability to delete sessions on stop
219252
+ 4921 Quickstart run improperly runs dynamically added context initializers
@@ -260,7 +293,7 @@ jetty-10.0.2 - 25 March 2021
260293
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
261294
+ 6034 SslContextFactory may select a wildcard certificate during SNI
262295
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
264297
+ 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
265298
+ 6063 Allow override of hazelcast version when using module
266299
+ 6072 jetty server high CPU when client send data length > 17408

apache-jsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

build-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>build-resources</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
<name>Jetty :: Build Resources</name>
77
<packaging>jar</packaging>
88

demos/demo-async-rest/demo-async-rest-jar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/demo-async-rest-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/demo-async-rest-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demo-async-rest-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demos-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-jaas-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.2-SNAPSHOT</version>
7+
<version>11.0.2</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<name>Demo :: JAAS :: WebApp</name>

demos/demo-jetty-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

demos/demo-jndi-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.2-SNAPSHOT</version>
7+
<version>11.0.2</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

demos/demo-jsp-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-mock-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88
<name>Demo :: Mock Resources</name>
99
<artifactId>demo-mock-resources</artifactId>

demos/demo-proxy-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>demo-proxy-webapp</artifactId>

demos/demo-simple-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-spec/demo-container-initializer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>demo-container-initializer</artifactId>

demos/demo-spec/demo-spec-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.2-SNAPSHOT</version>
7+
<version>11.0.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Demo :: Servlet Spec :: Webapp</name>

demos/demo-spec/demo-web-fragment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.demos</groupId>
55
<artifactId>demos-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

demos/demo-spec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty.demos</groupId>
66
<artifactId>demos-parent</artifactId>
7-
<version>11.0.2-SNAPSHOT</version>
7+
<version>11.0.2</version>
88
</parent>
99
<name>Demo :: Servlet Spec</name>
1010
<artifactId>demo-spec</artifactId>

demos/embedded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.demos</groupId>
44
<artifactId>demos-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>demos-jetty-embedded</artifactId>

demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-asciidoctor-extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

glassfish-jstl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>glassfish-jstl</artifactId>

javadoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-client</artifactId>

jetty-alpn/jetty-alpn-conscrypt-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.2-SNAPSHOT</version>
7+
<version>11.0.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-conscrypt-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.eclipse.jetty</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.2-SNAPSHOT</version>
7+
<version>11.0.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.eclipse.jetty</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.2-SNAPSHOT</version>
6+
<version>11.0.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-server</artifactId>

jetty-alpn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-parent</artifactId>

jetty-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jetty-ant/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>11.0.2-SNAPSHOT</version>
5+
<version>11.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)