1. f69ab9e Follow-up to 06da787736 by Mark Thomas · 3 days ago main
  2. 06da787 Fix automatic pong close race (#1041) by Moritz · 3 days ago
  3. 6daf7a7 Follow-up to a59c714933 by Mark Thomas · 3 days ago
  4. 7c84735 Fix typos by k-tamura · 3 days ago
  5. a59c714 Wrap Instant conversion failures in ELException by lihongyi · 4 days ago
  6. 21e6655 Fix nested subsection handling in documentation by Fatima Qaisar · 5 days ago
  7. 03b9e83d A little more debug logging to better understand intermittent failure by Mark Thomas · 3 days ago
  8. f5d678e Make test more robust by Mark Thomas · 3 days ago
  9. 932e950 Ensure capture groups from RewriteCond reflect the current request by Mark Thomas · 4 days ago
  10. dee3cc3 Improve AsyncContext.dispatch() when dispatchersUseEncodedPaths=false by Mark Thomas · 4 days ago
  11. dfcacb0 Fix off-by-one error that crept in a some point by Mark Thomas · 4 days ago
  12. 23b9f25 Fix OpenSSL-FFM with client certs with multiple OCSP responders by Mark Thomas · 4 days ago
  13. c2b162a Rebase change log to 11.0.24 by Mark Thomas · 4 days ago
  14. 44af700 Fix Javadoc warnings by Mark Thomas · 4 days ago
  15. 5c989cd Regenerate TLS certificates, keys etc by Mark Thomas · 4 days ago
  16. 2039d0c Add tests to verify Tomcat functions without clustering JARs (#1038) by Coty Sutherland · 5 days ago
  17. a50643f Add re-try attempt after observing likely timing related test failures by Mark Thomas · 5 days ago
  18. 0d0d80e Add a re-try to mitigate against failures observed under load in testing by Mark Thomas · 5 days ago
  19. 16e57c5 Fix test failure observed on MacOS (but could happen on any OS) by Mark Thomas · 5 days ago
  20. 3186034 Correct code-signing link by Mark Thomas · 5 days ago
  21. ab46d17 Fix intermittently failing test by Mark Thomas · 5 days ago
  22. 61c8052 Add new exception class previewed in Java 28 by Mark Thomas · 5 days ago
  23. bbc0889 Align with POEditor by Mark Thomas · 5 days ago
  24. 26cb39f Remove unused translations by Mark Thomas · 5 days ago
  25. e550f50 Improvements to Japanese translations provided by tak7iji. by Mark Thomas · 5 days ago
  26. ecc53e3 Improvements to French translations. (remm) by Mark Thomas · 5 days ago
  27. 2c18651 Switch to non-deprecated methods by Mark Thomas · 5 days ago
  28. 92a428c Handle HTTP sessionID changes for WsSession close on HTTP session expiry by Mark Thomas · 10 days ago
  29. 00eeef6 Fix an allocation leak in the HTTP/2 backlog tracking on stream reset by Mark Thomas · 2 weeks ago
  30. 678e3eb Various improvements to the DataSourceRealm by Mark Thomas · 2 weeks ago
  31. 4d7d000 Refresh constraints after FORM auth if method changes by Mark Thomas · 3 weeks ago
  32. f3ca8d4 Improve security of Unix domain sockets by Mark Thomas · 6 weeks ago
  33. 03eee5b Ensure security constraint with longest matching path is selected by Mark Thomas · 4 weeks ago
  34. 8a5e70d Make default value of interruptThreadThreshold explicit by lihongyi · 2 weeks ago
  35. 32e30cb Add unit tests for ExpressionTokenizer by lihongyi · 2 weeks ago
  36. 63b7058 Make HPACK encoding test deterministic by sainadh777 · 12 days ago
  37. 65bb847 Treat all URLs and URL patterns in web.xml, annotations, etc as decoded by Mark Thomas · 6 days ago
  38. b08b71e Add test cases for the new URL / URL pattern encoded/decoded option by Mark Thomas · 6 days ago
  39. db8ddf7 Make URL and URL-pattern decoding configurable. by Mark Thomas · 6 days ago
  40. f02e207 Add change log entry by Mark Thomas · 7 days ago
  41. bb5cd34 Clarify testOnBorrow attribute by Kohei Tamura · 3 weeks ago
  42. 41ebbb1 Handle case of only one clustering JAR missing rather than both by Mark Thomas · 7 days ago
  43. 3479bfc Fix javadoc warning by Mark Thomas · 7 days ago
  44. 8984094 Expand test case to confirm bug report is invalid by Mark Thomas · 7 days ago
  45. 91ac751 Use reflection to load clustering classes in sessionsList.jsp so the sessions list page renders correctly when clustering JARs are not present at runtime by Coty Sutherland · 9 days ago
  46. d7dca78 Update Bouncy Castle to 1.85(.2) by Mark Thomas · 9 days ago
  47. 5b9ddcf Update JSign to 7.5 by Mark Thomas · 9 days ago
  48. 0fab84c Update Checkstyle to 13.9.0 by Mark Thomas · 9 days ago
  49. cc0a0d5 Update for latest Checkstyle version by Mark Thomas · 9 days ago
  50. 4caa78f Fix Javadoc indent by Mark Thomas · 9 days ago
  51. 611812b Update Objenesis to 3.6 by Mark Thomas · 9 days ago
  52. e50d365 Update POM files to match build version by Mark Thomas · 9 days ago
  53. 9362c7d Add test case for bug 70144 by Mark Thomas · 9 days ago
  54. 2524325 Improve handling of concurrent expiration and attribute addition by Mark Thomas · 10 days ago
  55. f745732 Expand the description of the %S (session ID) access log pattern token by Mark Thomas · 12 days ago
  56. 70e9d3a Follow-up to previous revert. Align docs with behaviour. by Mark Thomas · 13 days ago
  57. 0719352 Revert by remm · 13 days ago
  58. 981674b Rename for clarity by Mark Thomas · 14 days ago
  59. 5b5a3d2 Review c71512e2 - Align Javadoc. Make other setters consistent. by Mark Thomas · 14 days ago
  60. d62bd44 Review c71512e2 - need to flip buffer before write by Mark Thomas · 14 days ago
  61. c71512e Minor fixes from code review by remm · 2 weeks ago
  62. 76fcabc Revert by remm · 2 weeks ago
  63. 34cf677 Doc update after pattern matching changes by Mark Thomas · 2 weeks ago
  64. aa090e4 Another instance of user agent matching by remm · 2 weeks ago
  65. 0ab4abc Similar fix for restrictedUserAgents by remm · 2 weeks ago
  66. 1f29baf Fix matching of the pattern documented in the javadoc by remm · 2 weeks ago
  67. 4927ed2 Improve handling of userRoleAttribute by Mark Thomas · 3 weeks ago
  68. d86f4bc Limit number of messages in per client buffer by Mark Thomas · 3 weeks ago
  69. f2cda2e Refactor to reduce duplication by Mark Thomas · 3 weeks ago
  70. f7b9317 Better SSLValve docs by Mark Thomas · 3 weeks ago
  71. 4e5ffde Stricter URI template matching for WebSocket by Mark Thomas · 3 weeks ago
  72. 622da3d Minor fixes from code review by remm · 3 weeks ago
  73. cb6d0c8 Register the use of an HTTP/2 stream identifier earlier. by Mark Thomas · 3 weeks ago
  74. dff7354 Update Maven Resolver Ant Tasks to 1.6.1. by Rainer Jung · 3 weeks ago
  75. 1138336 Simplify by Mark Thomas · 3 weeks ago
  76. c6c231e Separate the Context role mapping from security-role-ref by remm · 3 weeks ago
  77. 67b01c1 Add limit to HTTP response header size in upgrade to WebSocket by Mark Thomas · 3 weeks ago
  78. dd9c744 Fix incorrect rejection at upper boundary of nonceCount window by Mark Thomas · 4 weeks ago
  79. 583c74d Require an authority for HTTP/2 requests by Mark Thomas · 4 weeks ago
  80. 70d0d45 Align getContent() behaviour by Mark Thomas · 4 weeks ago
  81. 266b220 Fix Javadoc by Mark Thomas · 4 weeks ago
  82. cb9c4bc Improve description of highConcurrencyStatus by Mark Thomas · 4 weeks ago
  83. b59187c Simplify code by Mark Thomas · 4 weeks ago
  84. fd9ffad Follow-up to parsing improvements by Mark Thomas · 4 weeks ago
  85. 5450c51 Remove unnecessary code. by Mark Thomas · 4 weeks ago
  86. fb1a647 Fix regression in handling of chain rules by Mark Thomas · 4 weeks ago
  87. 8f6e70c Handle maxSavePostSize=0 case for HTTP/1.1 to HTTP/2 upgrade with body by Mark Thomas · 4 weeks ago
  88. 1c18d40 Correctly split literal "]]>" if it appears in CDATA by Mark Thomas · 4 weeks ago
  89. 347a1c9 Fix equals() and hashCode(). Need to use pattern string. by Mark Thomas · 4 weeks ago
  90. 96c5c55 Always call ExceptionUtils.handleThrowable first in a catch block by Mark Thomas · 4 weeks ago
  91. 2936088 Fix IDE warning by Mark Thomas · 4 weeks ago
  92. 51dd768 Add escaping for context path and current/parent dir names. by Mark Thomas · 4 weeks ago
  93. ebdbc58 Minor fixes from code review by remm · 4 weeks ago
  94. dae3dee Minor fixes from code review by remm · 5 weeks ago
  95. b5c2cbf Redo parsing since not fully accurate with tokenizer by remm · 5 weeks ago
  96. 74bf579 Add changelog by remm · 5 weeks ago
  97. 1a0ffa5 Fix some issues with rewrite processing from code review by remm · 5 weeks ago
  98. 91e588c Add reason by remm · 5 weeks ago
  99. 60008aa Code review fixes by remm · 5 weeks ago
  100. a2eeb2e Handle InvalidFileNameException when parsing parts by remm · 5 weeks ago