6
0
forked from pool/tomcat10

- Update to Tomcat 10.1.44 #1

Merged
fstrba merged 1 commits from mbussolotto/tomcat10:main into main 2025-08-25 15:35:17 +02:00
Collaborator
  • Fixed CVEs:
    • CVE-2025-48989: Update the HTTP/2 overhead documentation (bsc#1243895)
    • Catalina
      • Fix: Fix bloom filter population for archive indexing when using a packed
        WAR containing one or more JAR files. (markt)
    • Coyote
      • Fix: 69748: Add missing call to set keep-alive timeout when using
        HTTP/1.1 following an async request, which was present for AJP.
        (remm/markt)
      • Fix: 69762: Fix possible overflow during HPACK decoding of integers. Note
        that the maximum permitted value of an HPACK decoded integer is
        Integer.MAX_VALUE. (markt)
      • Fix: Update the HTTP/2 overhead documentation - particularly the code
        comments - to reflect the deprecation of the PRIORITY frame and clarify
        that a stream reset always triggers an overhead increase. (markt)
      • Fix: 69762: Additional overflow fix for HPACK decoding of integers. Pull
        request #880 by Chenjp. (markt)
    • Cluster
      • Update: Add enableStatistics configuration attribute for the
        DeltaManager, defaulting to true. (remm)
    • WebSocket
      • Fix: Align the WebSocket extension handling for WebSocket client
        connections with WebSocket server connections. The WebSocket client now
        only includes an extension requested by an endpoint in the opening
        handshake if the WebSocket client supports that extension. (markt)
    • Web applications
      • Fix: Manager and Host Manager. Provide the Manager and Host Manager web
        applications with a dedicated favicon file rather than using the one from
        the ROOT web application which might not be present or may represent
        something entirely different. Pull requests #876 and #878 by Simon Arame.
    • Other
      • Update: Update Checkstyle to 10.26.1. (markt)
      • Add: Improvements to French translations. (remm)
      • Add: Improvements to Japanese translations by tak7iji. (markt)
* Fixed CVEs: + CVE-2025-48989: Update the HTTP/2 overhead documentation (bsc#1243895) * Catalina + Fix: Fix bloom filter population for archive indexing when using a packed WAR containing one or more JAR files. (markt) * Coyote + Fix: 69748: Add missing call to set keep-alive timeout when using HTTP/1.1 following an async request, which was present for AJP. (remm/markt) + Fix: 69762: Fix possible overflow during HPACK decoding of integers. Note that the maximum permitted value of an HPACK decoded integer is Integer.MAX_VALUE. (markt) + Fix: Update the HTTP/2 overhead documentation - particularly the code comments - to reflect the deprecation of the PRIORITY frame and clarify that a stream reset always triggers an overhead increase. (markt) + Fix: 69762: Additional overflow fix for HPACK decoding of integers. Pull request #880 by Chenjp. (markt) * Cluster + Update: Add enableStatistics configuration attribute for the DeltaManager, defaulting to true. (remm) * WebSocket + Fix: Align the WebSocket extension handling for WebSocket client connections with WebSocket server connections. The WebSocket client now only includes an extension requested by an endpoint in the opening handshake if the WebSocket client supports that extension. (markt) * Web applications + Fix: Manager and Host Manager. Provide the Manager and Host Manager web applications with a dedicated favicon file rather than using the one from the ROOT web application which might not be present or may represent something entirely different. Pull requests #876 and #878 by Simon Arame. * Other + Update: Update Checkstyle to 10.26.1. (markt) + Add: Improvements to French translations. (remm) + Add: Improvements to Japanese translations by tak7iji. (markt)
mbussolotto added 1 commit 2025-08-25 15:33:02 +02:00
fstrba merged commit 6d8b5c2784 into main 2025-08-25 15:35:17 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java-packages/tomcat10#1
No description provided.