@@ -10,7 +10,7 @@ jetty-12.0.3 - 26 October 2023
10
10
+ 10555 Re-introduce a more complete set of stats in `StatisticsHandler`
11
11
+ 10582 NPE when including a directory that should be resolved with
12
12
servlet-mapped welcome file
13
- + 10656 EE10 `ServletRequest.getProtocolRequestId()` impl not spec compliant
13
+ + 10656 EE10 `ServletRequest.getProtocolRequestId()` impl not spec compliant
14
14
when protocol is H1
15
15
+ 10661 Ensure jetty api servlets/filters take precedence over
16
16
`webdefault.xml` declarations.
@@ -112,6 +112,21 @@ jetty-12.0.1 - 29 August 2023
112
112
+ 10411 Review deployment of Jetty Context XML files
113
113
+ 10416 EE9 Copies HttpFields in response
114
114
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
+
115
130
jetty-11.0.17 - 09 October 2023
116
131
+ 9777 CrossOriginFilter does not return Vary header on no-cors mode
117
132
+ 9928 Backport `Request.getBeginNanoTime()`
@@ -121,6 +136,19 @@ jetty-11.0.17 - 09 October 2023
121
136
+ 10547 Cannot customize Executor on WebSocketClient
122
137
+ 10679 Review HTTP/2 rate control (CVE-2023-44487)
123
138
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
+
124
152
jetty-10.0.17 - 09 October 2023
125
153
+ 9777 CrossOriginFilter does not return Vary header on no-cors mode
126
154
+ 9928 Backport `Request.getBeginNanoTime()`
@@ -1723,8 +1751,6 @@ jetty-11.0.0.beta1 - 10 July 2020
1723
1751
SETTINGS Frame.
1724
1752
+ 4903 Give better errors for non public Websocket Endpoints
1725
1753
+ 4904 WebsocketClient creates more connections than needed
1726
- + 4907
1727
- org.eclipse.jetty.websocket.tests.SuspendResumeTest#testSuspendAfterClose
1728
1754
+ 4920 Restore ability to delete sessions on stop
1729
1755
+ 4921 Quickstart run improperly runs dynamically added context initializers
1730
1756
+ 4923 SecureRequestCustomizer.SslAttributes does not cache cert chain like
0 commit comments