Skip to content

Commit e98092c

Browse files
committed
Updating to version 11.0.1
1 parent 0b4d82d commit e98092c

File tree

151 files changed

+273
-220
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

+273
-220
lines changed

VERSION.txt

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,57 @@
1-
jetty-11.0.1-SNAPSHOT
1+
jetty-11.0.1 - 19 February 2021
2+
+ 1673 jetty-demo/etc/keystore should not be distributed
3+
+ 4275 Path Normalization/Traversal - Context Matching
4+
+ 4515 Validation extension should not downcast CoreSession
5+
+ 5492 Add ability to manage start modules by java feature
6+
+ 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate.
7+
+ 5605 Blocked IO Thread not woken
8+
+ 5689 Jetty ssl keystorePath doesn't work with absolute path
9+
+ 5706 The WebSocket ServerUpgradeResponse can produce NPE in jetty 10.
10+
+ 5725 Review Preventers
11+
+ 5752 Fix Servlet 5 Schema redirects
12+
+ 5755 Cannot configure maxDynamicTableSize on HTTP2Client
13+
+ 5757 Review Inferred vs Assumed charsets
14+
+ 5759 Update jakarta transaction, mail and injection apis
15+
+ 5761 Remove unneeded dependencies from apache-jsp module
16+
+ 5772 Fix jndi mail problem in jetty-11
17+
+ 5779 Include can set pathInContext
18+
+ 5783 Fix ConnectionStatistics.*Rate() methods
19+
+ 5784 Apache 2.0 license incorrectly stated as "secondary license" to EPL 2.0
20+
+ 5785 Reduce log level for WebSocket connections closed by clients
21+
+ 5787 Make ManagedSelector report better JMX data
22+
+ 5794 ServerConnector leaks closed sockets which can lead to file descriptor
23+
exhaustion
24+
+ 5799 Allow specifying the duration an object can stay in a pool
25+
+ 5824 Build up of ConstraintMappings when stopping and starting WebAppContext
26+
+ 5830 Jetty-util contains wrong Import-Package
27+
+ 5844 --download flag to jetty-start causes NullPointerException
28+
+ 5845 Use UTF-8 encoding for client basic auth if requested
29+
+ 5850 NPE at Principal WebSocketSession.getUserPrincipal()
30+
+ 5851 org.eclipse.jetty.websocket.servlet.WebSocketServlet cleanup
31+
+ 5855 HttpClient may not send queued requests
32+
+ 5859 Classloader leaks from ShutdownThread and QueuedThreadPool
33+
+ 5866 Support Programmatic WebSocket upgrade in Jetty 10
34+
+ 5868 Cleaning up request attributes after websocket upgrade in Jetty 10
35+
+ 5870 jetty-maven-plugin fails to run ServletContainerInitializer on Windows
36+
due to URI case comparison bug
37+
+ 5872 Improve JMX support for Jetty logging
38+
+ 5880 Move test-simple-webapp to demos
39+
+ 5882 Simplify ALPN modules
40+
+ 5901 Starting Jetty with JPMS produces warnings about Servlet resources not
41+
found
42+
+ 5909 Cannot disable HTTP OPTIONS Method
43+
+ 5933 ClientCertAuthenticator is not taking account SslContext configuration
44+
+ 5937 Unnecessary blocking in ResourceService
45+
+ 5939 Use unwrapped exception as exception type for error handling
46+
+ 5941 Use jakarta.servlet.jsp.jstl version 2 implementation from Eclipse
47+
Glassfish
48+
+ 5950 Deadlock due to logging inside classloaders
49+
+ 5966 jetty-home should not have a webapps/ directory
50+
+ 5973 Proxy client TLS authentication example
51+
+ 5977 Cache-Control header set by a filter is override by the value from
52+
DefaultServlet configuration
53+
+ 5979 Configurable gzip Etag extension
54+
+ 5992 Jetty 11 build still depends on apache-jstl
255

356
jetty-11.0.0 - 02 December 2020
457
+ 1923 GCThreadLeakPreventer won't work with Java 9
@@ -157,7 +210,7 @@ jetty-11.0.0.beta1 - 10 July 2020
157210
SETTINGS Frame.
158211
+ 4903 Give better errors for non public Websocket Endpoints
159212
+ 4904 WebsocketClient creates more connections than needed
160-
+ 4907
213+
+ 4907
161214
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
162215
+ 4920 Restore ability to delete sessions on stop
163216
+ 4921 Quickstart run improperly runs dynamically added context initializers
@@ -231,7 +284,7 @@ jetty-10.0.0.beta3 - 21 October 2020
231284
jetty-9.4.36.v20210114 - 14 January 2021
232285
+ 5310 Jetty Http2 client discards the response fames when there is GOAWAY and
233286
sends RST_STREAM
234-
+ 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate.
287+
+ 5499 Improve temporary buffer usage for WebSocket PerMessageDeflate
235288
+ 5633 Allow to configure HttpClient request authority
236289
+ 5689 Jetty ssl keystorePath doesn't work with absolute path
237290
+ 5755 Cannot configure maxDynamicTableSize on HTTP2Client
@@ -241,7 +294,7 @@ jetty-9.4.36.v20210114 - 14 January 2021
241294
exhaustion
242295
+ 5824 Build up of ConstraintMappings when stopping and starting WebAppContext
243296
+ 5830 Jetty-util contains wrong Import-Package
244-
+ 5844 --download flag to jetty-start causes NullPointerException
297+
+ 5844 download flag to jetty-start causes NullPointerException
245298
+ 5845 Use UTF-8 encoding for client basic auth if requested
246299
+ 5855 HttpClient may not send queued requests
247300
+ 5870 jetty-maven-plugin fails to run ServletContainerInitializer on Windows

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.1-SNAPSHOT</version>
5+
<version>11.0.1</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.1-SNAPSHOT</version>
5+
<version>11.0.1</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.1-SNAPSHOT</version>
5+
<version>11.0.1</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.1-SNAPSHOT</version>
5+
<version>11.0.1</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.1-SNAPSHOT</version>
5+
<version>11.0.1</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.1-SNAPSHOT</version>
5+
<version>11.0.1</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.1-SNAPSHOT</version>
7+
<version>11.0.1</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.1-SNAPSHOT</version>
6+
<version>11.0.1</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.1-SNAPSHOT</version>
7+
<version>11.0.1</version>
88
</parent>
99
<artifactId>demo-jndi-webapp</artifactId>
1010
<name>Demo :: JNDI :: WebApp</name>

demos/demo-jsp-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.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-mock-resources/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.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88
<name>Demo :: Mock Resources</name>
99
<artifactId>demo-mock-resources</artifactId>

demos/demo-proxy-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.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>demo-proxy-webapp</artifactId>

demos/demo-simple-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.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

demos/demo-spec/demo-container-initializer/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.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>demo-container-initializer</artifactId>

demos/demo-spec/demo-spec-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.1-SNAPSHOT</version>
7+
<version>11.0.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Demo :: Servlet Spec :: Webapp</name>

demos/demo-spec/demo-web-fragment/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.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

demos/demo-spec/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.1-SNAPSHOT</version>
7+
<version>11.0.1</version>
88
</parent>
99
<name>Demo :: Servlet Spec</name>
1010
<artifactId>demo-spec</artifactId>

demos/embedded/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.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>demos-jetty-embedded</artifactId>

demos/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</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-asciidoctor-extensions/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.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/jetty-documentation/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.documentation</groupId>
55
<artifactId>documentation-parent</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

documentation/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</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

glassfish-jstl/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.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>glassfish-jstl</artifactId>

javadoc/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</groupId>
55
<artifactId>jetty-project</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-client/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-alpn-parent</artifactId>
5-
<version>11.0.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-client</artifactId>

jetty-alpn/jetty-alpn-conscrypt-client/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</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.1-SNAPSHOT</version>
7+
<version>11.0.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-conscrypt-server/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</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-client/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</groupId>
66
<artifactId>jetty-alpn-parent</artifactId>
7-
<version>11.0.1-SNAPSHOT</version>
7+
<version>11.0.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-java-server/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</groupId>
55
<artifactId>jetty-alpn-parent</artifactId>
6-
<version>11.0.1-SNAPSHOT</version>
6+
<version>11.0.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jetty-alpn/jetty-alpn-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</groupId>
44
<artifactId>jetty-alpn-parent</artifactId>
5-
<version>11.0.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-server</artifactId>

jetty-alpn/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.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-alpn-parent</artifactId>

jetty-annotations/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.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jetty-ant/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.1-SNAPSHOT</version>
5+
<version>11.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>jetty-ant</artifactId>

0 commit comments

Comments
 (0)