Skip to content

Commit 8da8330

Browse files
committed
Updating to version 9.4.44.v20210927
1 parent 1d542be commit 8da8330

File tree

140 files changed

+232
-207
lines changed

Some content is hidden

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

140 files changed

+232
-207
lines changed

VERSION.txt

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
jetty-9.4.44-SNAPSHOT
1+
jetty-9.4.44.v20210927 - 27 September 2021
2+
+ 3514 Use interpolation of versions from pom in mod files
3+
+ 6369 Increment default jetty.http2.rateControl.maxEventsPerSecond
4+
+ 6372 Review socket options configuration
5+
+ 6487 Expose ServletHolder getter in ServletHandler$ChainEnd for auditing
6+
libraries to use
7+
+ 6491 onDataAvailable() not called when HttpParser is closed prematurely
8+
+ 6520 Error page has HTML error when writePoweredBy is enabled.
9+
+ 6545 image/webp MIME type support
10+
+ 6553 Review usage of Authentication.UNAUTHENTICATED in SecurityHandler
11+
+ 6554 Allow creation of DefaultIdentityService without realmName.
12+
+ 6558 Allow to configure return type in JSON array parsing
13+
+ 6562 HttpOutput.write(ByteBuffer buffer)
14+
+ 6603 HTTP/2 max local stream count exceeded
15+
+ 6617 Add basic auth support for OpenId token endpoint (client_secret_basic)
16+
+ 6618 ID token `azp` claim should not be required if `aud` is single value
17+
array
18+
+ 6652 Improve ReservedThreadExecutor dump
19+
+ 6671 Update to apache jsp 8.5.70
20+
+ 6772 Update to asm 9.2
21+
+ 6853 Remove pack200 plugins
22+
+ 6860 Correct IPv6 format
23+
+ 6869 Correct Content-Type within HTML error pages
24+
+ 6870 Encode control characters in URIUtil.encodePath
25+
+ 6883 Welcome file redirects do not honor the relativeRedirectAllowed option
226

327
jetty-9.4.43.v20210629 - 30 June 2021
428
+ 6379 Reduce contention in all `ByteBufferPool` implementations
@@ -30,7 +54,8 @@ jetty-9.4.41.v20210516 - 16 May 2021
3054
+ 6254 Total timeout not enforced for queued requests
3155
+ 6263 Review URI encoding in ConcatServlet & WelcomeFilter (Resolved
3256
CVE-2021-28169)
33-
+ 6277 Better handle exceptions thrown from session destroy listener (Resolved CVE-2021-34428)
57+
+ 6277 Better handle exceptions thrown from session destroy listener (Resolved
58+
CVE-2021-34428)
3459
+ 6280 Copy ServletHolder class/instance properly during startWebapp
3560

3661
jetty-9.4.40.v20210413 - 13 April 2021

aggregates/jetty-all-compact3/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>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

aggregates/jetty-all/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>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

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>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jsp</artifactId>

apache-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>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jstl</artifactId>

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>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
<packaging>jar</packaging>
77
<name>Jetty :: Build Resources</name>
88

examples/async-rest/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</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/async-rest/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</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/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.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/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.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.44-SNAPSHOT</version>
5+
<version>9.4.44.v20210927</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)