Ensure application configured welcome files override the defaults when
configuring an embedded web application programmatically. (markt)
Allow the default servlet to set the content length when the content
length is known, no content has been written and a Writer
is being used. (markt)
69717: Correct a regression in the fix for CVE-2025-49125
that prevented access to PreResources and PostResources when mounted
below the web application root with a path that was terminated with a
file separator. (remm/markt)
69731: Fix an issue that meant that the value of
maxParameterCount applied was smaller than intended for
multipart uploads with non-file parts when the parts were processed
before query string parameters. (markt)
Align size tracking for multipart requests with FileUpload's use of
long. (schultz)