Skip to content

Commit a1fbfcc

Browse files
Deploy site '1a1a010c' on 2026-05-29 16:48:05
1 parent 1a1a010 commit a1fbfcc

37 files changed

Lines changed: 115 additions & 94 deletions

news/2026/05/04/4-2-13-Final.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,15 @@ <h1>
301301
</ul>
302302

303303

304+
<p><em>Breaking Changes</em></p>
305+
306+
<p><a href="https://github.com/netty/netty/commit/84530fa81e12dcd1d42310bb20c1385cb44128d8">The patch</a> for
307+
<a href="https://github.com/netty/netty/security/advisories/GHSA-xxqh-mfjm-7mv9">CVE-2026-42581</a> prohibits HTTP/1.1 requests
308+
containing both the <code>Transfer-Encoding</code> and <code>Content-Length</code> headers, in line with RFC 9112.
309+
Previous versions of HTTP/1.1 (RFC 7230) permitted this combination. You can restore the old behavior with the
310+
<code>-Dio.netty.handler.codec.http.rfc9112TransferEncoding=false</code> system property or with <code>HttpDecoderConfig</code>.
311+
Note that disabling this check may lead to request smuggling vulnerabilities.</p>
312+
304313
<p>Other significant changes are:</p>
305314

306315
<ul>

news/index.atom

Lines changed: 70 additions & 58 deletions
Large diffs are not rendered by default.

wiki/adopters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ <h1>Adopters</h1>
11131113
<div class="row">
11141114
<div class="col-md-9">
11151115
<div class="text-right">
1116-
<small>Last retrieved on 20-May-2026</small>
1116+
<small>Last retrieved on 29-May-2026</small>
11171117
</div>
11181118
</div>
11191119
</div>

wiki/all-documents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>All documentation pages</h1>
372372
</li>
373373
</ul>
374374
<div class="text-right">
375-
<small>Last retrived on 20-May-2026</small>
375+
<small>Last retrived on 29-May-2026</small>
376376
</div>
377377

378378
</div>

wiki/analyzing-memory-allocator-behavior.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h2 class="heading-element" id="wiki-h2-1">Analyzing Allocator Flight Recordings
385385
<div class="row">
386386
<div class="col-md-9">
387387
<div class="text-right">
388-
<small>Last retrieved on 20-May-2026</small>
388+
<small>Last retrieved on 29-May-2026</small>
389389
</div>
390390
</div>
391391
</div>

wiki/contributor-meetups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ <h3 class="heading-element" id="wiki-h3-12">Notes</h3>
504504
<div class="row">
505505
<div class="col-md-9">
506506
<div class="text-right">
507-
<small>Last retrieved on 20-May-2026</small>
507+
<small>Last retrieved on 29-May-2026</small>
508508
</div>
509509
</div>
510510
</div>

wiki/developer-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h3 class="heading-element" id="wiki-h3-2">For contributors with push rights</h3
367367
<div class="row">
368368
<div class="col-md-9">
369369
<div class="text-right">
370-
<small>Last retrieved on 20-May-2026</small>
370+
<small>Last retrieved on 29-May-2026</small>
371371
</div>
372372
</div>
373373
</div>

wiki/forked-tomcat-native.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ <h2 class="heading-element" id="wiki-h2-19">Creating a new fork</h2>
875875
<div class="row">
876876
<div class="col-md-9">
877877
<div class="text-right">
878-
<small>Last retrieved on 20-May-2026</small>
878+
<small>Last retrieved on 29-May-2026</small>
879879
</div>
880880
</div>
881881
</div>

wiki/google-summer-of-code-ideas-2020.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h2 class="heading-element" id="wiki-h2-21">Potential mentors</h2>
556556
<div class="row">
557557
<div class="col-md-9">
558558
<div class="text-right">
559-
<small>Last retrieved on 20-May-2026</small>
559+
<small>Last retrieved on 29-May-2026</small>
560560
</div>
561561
</div>
562562
</div>

wiki/incident-response-plan.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h2 class="heading-element" id="wiki-h2-3">Supporting Infrastructure</h2>
479479
<div class="row">
480480
<div class="col-md-9">
481481
<div class="text-right">
482-
<small>Last retrieved on 20-May-2026</small>
482+
<small>Last retrieved on 29-May-2026</small>
483483
</div>
484484
</div>
485485
</div>

0 commit comments

Comments
 (0)