Changelog

Tomcat 9.0.107 (remm)

Catalina

  • Fix: Ensure application configured welcome files override the defaults when configuring an embedded web application programmatically. (markt)
  • Fix: 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)
  • Fix: 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)
  • Fix: 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)
  • Fix: Align size tracking for multipart requests with FileUpload's use of long. (schultz)
  • Fix: Fix h