Skip to content

Commit 1ae620b

Browse files
committed
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2 parents ab15891 + ff2012e commit 1ae620b

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

VERSION.txt

+29-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jetty-12.0.3 - 26 October 2023
1010
+ 10555 Re-introduce a more complete set of stats in `StatisticsHandler`
1111
+ 10582 NPE when including a directory that should be resolved with
1212
servlet-mapped welcome file
13-
+ 10656 EE10 `ServletRequest.getProtocolRequestId()` impl not spec compliant
13+
+ 10656 EE10 `ServletRequest.getProtocolRequestId()` impl not spec compliant
1414
when protocol is H1
1515
+ 10661 Ensure jetty api servlets/filters take precedence over
1616
`webdefault.xml` declarations.
@@ -112,6 +112,21 @@ jetty-12.0.1 - 29 August 2023
112112
+ 10411 Review deployment of Jetty Context XML files
113113
+ 10416 EE9 Copies HttpFields in response
114114

115+
jetty-11.0.18 - 26 October 2023
116+
+ 1256 DoSFilter leaks USER_AUTH entries
117+
+ 10390 Jetty HTTP/3 Client fails when connecting to `nghttpx` server
118+
+ 10519 java.lang.IllegalStateException: Flusher when using HTTP/3 with Spring
119+
Boot 3.2
120+
+ 10537 HTTP/3: Incomplete Data Transfer When Used with Spring Boot WebFlux
121+
+ 10696 jetty.sh doesn't work with JETTY_USER in Jetty 10.0.17 thru Jetty
122+
12.0.2
123+
+ 10705 Creating a `HTTP3ServerConnector` with a `SslContextFactory` that has
124+
a non-null `SSLContext` makes the server fail to start with an unclear error
125+
message
126+
+ 10731 org.eclipse.jetty.server.Request uses wrong context attribute name
127+
javax.servlet instead of jakarta.servlet
128+
+ 10786 TLS handshake failures leak HttpConnection.RequestTimeouts tasks
129+
115130
jetty-11.0.17 - 09 October 2023
116131
+ 9777 CrossOriginFilter does not return Vary header on no-cors mode
117132
+ 9928 Backport `Request.getBeginNanoTime()`
@@ -121,6 +136,19 @@ jetty-11.0.17 - 09 October 2023
121136
+ 10547 Cannot customize Executor on WebSocketClient
122137
+ 10679 Review HTTP/2 rate control (CVE-2023-44487)
123138

139+
jetty-10.0.18 - 26 October 2023
140+
+ 1256 DoSFilter leaks USER_AUTH entries
141+
+ 10390 Jetty HTTP/3 Client fails when connecting to `nghttpx` server
142+
+ 10519 java.lang.IllegalStateException: Flusher when using HTTP/3 with Spring
143+
Boot 3.2
144+
+ 10537 HTTP/3: Incomplete Data Transfer When Used with Spring Boot WebFlux
145+
+ 10696 jetty.sh doesn't work with JETTY_USER in Jetty 10.0.17 thru Jetty
146+
12.0.2
147+
+ 10705 Creating a `HTTP3ServerConnector` with a `SslContextFactory` that has
148+
a non-null `SSLContext` makes the server fail to start with an unclear error
149+
message
150+
+ 10786 TLS handshake failures leak HttpConnection.RequestTimeouts tasks
151+
124152
jetty-10.0.17 - 09 October 2023
125153
+ 9777 CrossOriginFilter does not return Vary header on no-cors mode
126154
+ 9928 Backport `Request.getBeginNanoTime()`
@@ -1723,8 +1751,6 @@ jetty-11.0.0.beta1 - 10 July 2020
17231751
SETTINGS Frame.
17241752
+ 4903 Give better errors for non public Websocket Endpoints
17251753
+ 4904 WebsocketClient creates more connections than needed
1726-
+ 4907
1727-
org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
17281754
+ 4920 Restore ability to delete sessions on stop
17291755
+ 4921 Quickstart run improperly runs dynamically added context initializers
17301756
+ 4923 SecureRequestCustomizer.SslAttributes does not cache cert chain like

0 commit comments

Comments
 (0)