Skip to content

Commit d97980b

Browse files
committed
Updating to version 11.0.3
1 parent 2d08ed6 commit d97980b

File tree

151 files changed

+276
-231
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

+276
-231
lines changed

VERSION.txt

Lines changed: 60 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
jetty-11.0.3-SNAPSHOT
1+
jetty-11.0.3 - 20 May 2021
2+
+ 3764 DeprecationWarning Decorator
3+
+ 5306 Default jetty.*.acceptors should be 1
4+
+ 5684 Review disabled tests
5+
+ 5798 jetty-runner startup error with jetty-10
6+
+ 5817 Provide more filtering for CustomRequestLog
7+
+ 6049 Default provider [files] section always executed
8+
+ 6084 GzipHandler: NPE in setDeflaterPoolCapacity and setInflaterPoolCapacity
9+
+ 6098 jetty-cdi is missing from jetty-bom
10+
+ 6099 Cipher preference may break SNI if certificates have different key
11+
types
12+
+ 6105 HttpConnection.getBytesIn() incorrect for requests with chunked content
13+
14+
+ 6106 WebSocket/CDI integration is broken in Jetty 10
15+
+ 6125 Do not allow override of jakarta.* container classes by webapps per
16+
Servlet 5.0 Section 15.2.1
17+
+ 6132 Ambiguous segment in URI in DELETE
18+
/a/projects/foo/branches/refs%2Fheads%2Ftest request after upgrade from
19+
10.0.0 to 10.0.2
20+
+ 6153 jetty-maven-plugin does not correctly pass JVM arguments for external
21+
deployMode
22+
+ 6159 Jetty with Conscrypt unable to handle any HTTPS requests when connected
23+
by IP rather than hostname.
24+
+ 6166 WebSocket MessageInputStream.read() spends a lot of time in
25+
ByteBuffer.compact()
26+
+ 6205 OpenIdAuthenticator may use incorrect redirect
27+
+ 6207 Make ALPN optional in HTTP2Client over TLS
28+
+ 6208 HTTP/2 max local stream count exceeded
29+
+ 6224 make jetty-jspc-maven-plugin @threadSafe
30+
+ 6227 Better resolve race between `AsyncListener.onTimeout` and
31+
`AsyncContext.dispatch`
32+
+ 6238 jetty-keystore Invalid manifest header Bundle-SymbolicName: ""
33+
+ 6250 Lazily allocate HTTP2Stream data queue
34+
+ 6251 Use CyclicTimeout for HTTP2Streams
35+
+ 6254 Total timeout not enforced for queued requests
36+
+ 6263 Review URI encoding in ConcatServlet & WelcomeFilter
37+
+ 6272 Reduce allocation in HttpClient when notifying content listeners
38+
+ 6277 Better handle exceptions thrown from session destroy listener
39+
+ 6280 Copy ServletHolder class/instance properly during startWebapp
40+
+ 6287 Class loading broken for WebSocketClient used inside webapp
241

342
jetty-11.0.2 - 26 March 2021
443
+ 4275 Path Normalization/Traversal - Context Matching
@@ -24,16 +63,18 @@ jetty-11.0.2 - 26 March 2021
2463
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
2564
+ 6034 SslContextFactory may select a wildcard certificate during SNI
2665
selection when a more specific SSL certificate is present
27-
+ 6037 Review logging modules for j.u.l.
66+
+ 6037 Review logging modules for j.u.l
2867
+ 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
2968
+ 6063 Allow override of hazelcast version when using module
30-
+ 6072 jetty server high CPU when client send data length > 17408 - Resolves CVE-2021-28165
69+
+ 6072 jetty server high CPU when client send data length > 17408 - Resolves
70+
CVE-2021-28165
3171
+ 6076 Embedded Jetty throws null pointer exception
3272
+ 6082 SslConnection compacting
3373
+ 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
3474
Message
3575
+ 6101 Normalize ambiguous URIs - Resolves CVE-2021-28164
36-
+ 6102 Exclude webapps directory from deployment scan - Resolves CVE-2021-28163
76+
+ 6102 Exclude webapps directory from deployment scan - Resolves
77+
CVE-2021-28163
3778

3879
jetty-11.0.1 - 19 February 2021
3980
+ 1673 jetty-demo/etc/keystore should not be distributed
@@ -248,7 +289,7 @@ jetty-11.0.0.beta1 - 10 July 2020
248289
SETTINGS Frame.
249290
+ 4903 Give better errors for non public Websocket Endpoints
250291
+ 4904 WebsocketClient creates more connections than needed
251-
+ 4907
292+
+ 4907
252293
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
253294
+ 4920 Restore ability to delete sessions on stop
254295
+ 4921 Quickstart run improperly runs dynamically added context initializers
@@ -287,24 +328,26 @@ jetty-10.0.2 - 26 March 2021
287328
directory.
288329
+ 6011 OSGi Cannot start Jetty with osgi.boot - Configurations add wrong
289330
method taken
290-
+ 6020 Review Jetty Maven Plugin scanning defaults
331+
+ 6020 Review Jetty Maven Plugin scanning defaults
291332
+ 6021 Standardize Path resolution in XmlConfiguration
292333
+ 6024 Error starting jetty-10: Provider
293334
org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer not
294335
found
295-
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
336+
+ 6026 the jvm DEBUG flag is not working org.eclipse.jetty.LEVEL=DEBUG
296337
+ 6034 SslContextFactory may select a wildcard certificate during SNI
297338
selection when a more specific SSL certificate is present
298-
+ 6037 Review logging modules for j.u.l.
339+
+ 6037 Review logging modules for j.u.l
299340
+ 6050 Websocket: NotUtf8Exception after upgrade 9.4.35 -> 9.4.36 or newer
300341
+ 6063 Allow override of hazelcast version when using module
301-
+ 6072 jetty server high CPU when client send data length > 17408 - Resolves CVE-2021-28165
302-
+ 6076 Embedded Jetty throws null pointer exception
342+
+ 6072 jetty server high CPU when client send data length > 17408 - Resolves
343+
CVE-2021-28165
344+
+ 6076 Embedded Jetty throws null pointer exception
303345
+ 6082 SslConnection compacting
304346
+ 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
305347
Message
306348
+ 6101 Normalize ambiguous URIs - Resolves CVE-2021-28164
307-
+ 6102 Exclude webapps directory from deployment scan - Resolves CVE-2021-28163
349+
+ 6102 Exclude webapps directory from deployment scan - Resolves
350+
CVE-2021-28163
308351

309352
jetty-10.0.1 - 19 February 2021
310353
+ 1673 jetty-demo/etc/keystore should not be distributed
@@ -411,11 +454,13 @@ jetty-9.4.39.v20210325 - 25 March 2021
411454
+ 6052 Cleanup TypeUtil and ModuleLocation to allow jetty-client/hybrid to
412455
work on Android
413456
+ 6063 Allow override of hazelcast version when using module
414-
+ 6072 jetty server high CPU when client send data length > 17408 - Resolves CVE-2021-28165
457+
+ 6072 jetty server high CPU when client send data length > 17408 - Resolves
458+
CVE-2021-28165
415459
+ 6085 Jetty keeps Sessions in use after "Duplicate valid session cookies"
416460
Message
417461
+ 6101 Normalize ambiguous URIs - Resolves CVE-2021-28164
418-
+ 6102 Exclude webapps directory from deployment scan - Resolves CVE-2021-28163
462+
+ 6102 Exclude webapps directory from deployment scan - Resolves
463+
CVE-2021-28163
419464

420465
jetty-9.4.38.v20210224 - 24 February 2021
421466
+ 4275 Path Normalization/Traversal - Context Matching
@@ -443,8 +488,8 @@ jetty-9.4.37.v20210219 - 19 February 2021
443488
+ 5979 Configurable gzip Etag extension
444489

445490
jetty-9.4.36.v20210114 - 14 January 2021
446-
+ 5310 Jetty Http2 client discards the response frames when there is GOAWAY and
447-
sends RST_STREAM
491+
+ 5310 Jetty Http2 client discards the response frames when there is GOAWAY
492+
and sends RST_STREAM
448493
+ 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate
449494
+ 5633 Allow to configure HttpClient request authority
450495
+ 5689 Jetty ssl keystorePath doesn't work with absolute path

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
5+
<version>11.0.3</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
5+
<version>11.0.3</version>
66
<name>Jetty :: Build Resources</name>
77
<packaging>jar</packaging>
88

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

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
5+
<version>11.0.3</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
5+
<version>11.0.3</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
5+
<version>11.0.3</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
5+
<version>11.0.3</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

demos/demo-jaas-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
7+
<version>11.0.3</version>
88
</parent>
99
<artifactId>demo-jaas-webapp</artifactId>
1010
<name>Demo :: JAAS :: WebApp</name>

demos/demo-jetty-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
6+
<version>11.0.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

demos/demo-jndi-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
7+
<version>11.0.3</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

0 commit comments

Comments
 (0)