Skip to content

Commit 4601fe8

Browse files
committed
Updating to version 11.0.14
1 parent 5e1f579 commit 4601fe8

File tree

174 files changed

+273
-261
lines changed

Some content is hidden

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

174 files changed

+273
-261
lines changed

VERSION.txt

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
jetty-11.0.14-SNAPSHOT
1+
jetty-11.0.14 - 22 February 2023
2+
+ 7650 QueuedThreadPool: Stopped without executing or closing null
3+
+ 9059 IteratingCallback not serializing close() and failed()
4+
+ 9119 Wrong value of javax.servlet.forward.context_path attribute
5+
+ 9181 Jetty 9 java.lang.NullPointerException
6+
SessionHandler.checkRequestedSessionId(SessionHandler.java:1733)
7+
+ 9183 ConnectHandler may close the connection instead of sending 200 OK
8+
+ 9285 ContextHandler sends redirect on BaseResponse instead of Wrapped
9+
Response object from Handler chain
10+
+ 9334 Better support for Cookie RFC 2965 compliance
11+
+ 9337 LowResourceMonitor.getReasons should include detailed reason instead of
12+
hard-coded message
13+
+ jetty-12 null
214

315
jetty-11.0.13 - 07 December 2022
416
+ 7117 Timeout with Expect 100 continue when using ProxyServlet
@@ -19,14 +31,14 @@ jetty-11.0.13 - 07 December 2022
1931
+ 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
2032
Server and continue to send traffic on same connection
2133
+ 8695 Update quiche to 0.16.0
22-
+ 8712 ELContextCleaner no longer needed.
34+
+ 8712 ELContextCleaner no longer needed
2335
+ 8716 Multiple Host header values handled poorly
2436
+ 8721 jetty:effective-web-xml doesn't generate quickstart information for web
2537
fragment jars that contain META-INF/resources
2638
+ 8723 Provide a thread-safe way to modify HttpClient proxies at runtime
2739
+ 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
2840
with empty values
29-
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
41+
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE
3042
+ 8770 Review whether to send request body in redirects
3143
+ 8779 CompactPathRule drops query section on use
3244
+ 8786 KeyStoreScanner is not able to monitor a symlink file and always
@@ -94,14 +106,14 @@ jetty-10.0.13 - 07 December 2022
94106
+ 8678 Jetty client is not responding to GO_AWAY packet received from (Jetty)
95107
Server and continue to send traffic on same connection
96108
+ 8695 Update quiche to 0.16.0
97-
+ 8712 ELContextCleaner no longer needed.
109+
+ 8712 ELContextCleaner no longer needed
98110
+ 8716 Multiple Host header values handled poorly
99111
+ 8721 jetty:effective-web-xml doesn't generate quickstart information for web
100112
fragment jars that contain META-INF/resources
101113
+ 8723 Provide a thread-safe way to modify HttpClient proxies at runtime
102114
+ 8750 AbstractProxyServlet.onServerResponseHeaders does not support headers
103115
with empty values
104-
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE.
116+
+ 8753 Starting HttpClient with destinationIdleTimeout set throws NPE
105117
+ 8770 Review whether to send request body in redirects
106118
+ 8779 CompactPathRule drops query section on use
107119
+ 8786 KeyStoreScanner is not able to monitor a symlink file and always
@@ -1029,7 +1041,7 @@ jetty-11.0.0.beta1 - 10 July 2020
10291041
SETTINGS Frame.
10301042
+ 4903 Give better errors for non public Websocket Endpoints
10311043
+ 4904 WebsocketClient creates more connections than needed
1032-
+ 4907
1044+
+ 4907
10331045
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
10341046
+ 4920 Restore ability to delete sessions on stop
10351047
+ 4921 Quickstart run improperly runs dynamically added context initializers

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.14-SNAPSHOT</version>
5+
<version>11.0.14</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
@@ -7,7 +7,7 @@
77
-->
88
<groupId>org.eclipse.jetty</groupId>
99
<artifactId>build-resources</artifactId>
10-
<version>11.0.14-SNAPSHOT</version>
10+
<version>11.0.14</version>
1111
<name>Jetty :: Build Resources</name>
1212
<packaging>jar</packaging>
1313

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

0 commit comments

Comments
 (0)