1. c178a61 Improve algorithm for possible edge cases by remm · 68 minutes ago main
  2. 9bc9a86 Make TLS 1.2 explicit for SSLHostConfigCompat by remm · 2 hours ago
  3. 35121ed Fix case sensitivity issues in trailer header allow list by Mark Thomas · 22 hours ago
  4. 408febc Add type to docs by remm · 2 days ago
  5. 2eb2471 Correct Javadoc - time is in nanoseconds by Mark Thomas · 2 days ago
  6. 6547552 Refactor access log time stamps to be based on request.getStartInstant() by Mark Thomas · 3 days ago
  7. faa7f3d Record the instance the request processing starts. by Mark Thomas · 3 days ago
  8. 4c15119 Remove deprecated code by Mark Thomas · 3 days ago
  9. 40e6f09 Add tests for juli integration by Dimitris Soumis · 6 days ago
  10. 5da1443 Remove default log Level.ALL logic if level is null in TomcatBaseTest.LogCapture. by Dimitris Soumis · 7 days ago
  11. 285f2b6 Refactor recording of request start time by Mark Thomas · 3 days ago
  12. 274121b Rename method by remm · 3 days ago
  13. bcfa111 Stabilize TestSwallowAbortedUploads.testChunkedPUTLimit by Dimitrios Soumis · 6 days ago
  14. cc3cafb Further performance improvements for ParameterMap. (jengebr/markt) by Mark Thomas · 6 days ago
  15. 9060bdc Refactor RemoteCIDRFilter to use NetMaskSet by Mark Thomas · 6 days ago
  16. fa4bb56 Improve code coverage of tests for RemoteCIDRFilter by Mark Thomas · 6 days ago
  17. 09e30ae Store request header names using original case rather than forcing to lc by Mark Thomas · 6 days ago
  18. 24f8804 Fix BZ 69814 Ensure HttpSession.isNew() returns false once client joins by Mark Thomas · 6 days ago
  19. 517beba Avoid NPEs by remm · 7 days ago
  20. c40a518 Hide default constructor by Mark Thomas · 7 days ago
  21. 9f662dd Additional comments by Mark Thomas · 4 months ago
  22. 95ff307 Avoid changing Type toString by remm · 7 days ago
  23. 250ff12 Fix key type by remm · 7 days ago
  24. 51365a6 Add ALv2 header by Mark Thomas · 7 days ago
  25. 416e8b8 Add ALv2 header by Mark Thomas · 7 days ago
  26. 86cd12f Drop method by remm · 8 days ago
  27. 8c35840 Remove method allowing multiple certificates per contexts by remm · 8 days ago
  28. 6a61f6a Switch to new ASF logo by Mark Thomas · 8 days ago
  29. 6a239d5 Fix license header by Dimitris Soumis · 8 days ago
  30. 2f46be9 Fix typo in logging.xml by Dimitris Soumis · 8 days ago
  31. 7524c12 Test Java scriplets in JSP by Dimitris Soumis · 8 days ago
  32. e5db9ca Remove unnecessary syncs. by Mark Thomas · 8 days ago
  33. 2f986a5 Forgot version numbers by remm · 8 days ago
  34. 9d83ae9 Try new versions by remm · 8 days ago
  35. 80b11f3 Map may be accessed concurrently so use ConcurrentMap by Mark Thomas · 8 days ago
  36. 37e49b2 Trivial optimisation. Also fixes highly theoretical concurrency issue. by Mark Thomas · 8 days ago
  37. a3a5367 Improve codestyle and inspection in Intellij IDE by Dimitris Soumis · 9 days ago
  38. 8fa5551 Be more explicit about the need for CORS protection for WebDAV by Mark Thomas · 9 days ago
  39. c5b85f5 Remove terms that should have been removed with WebDAV fix filter by Mark Thomas · 9 days ago
  40. 2db707c Fix IDE warnings by Mark Thomas · 9 days ago
  41. 5b5e145 No configuration change unless the channel is fully stopped. by Mark Thomas · 9 days ago
  42. 30d3fb2 Test case for https://bz.apache.org/bugzilla/show_bug.cgi?id=64614 by Dimitrios Soumis · 9 days ago
  43. 7997dad Add another warning to the Store interface by Mark Thomas · 10 days ago
  44. e6adc18 Add a warning to the Store interface by Mark Thomas · 10 days ago
  45. 246bbf1 Also remove constants by remm · 13 days ago
  46. 5458de5 Drop the unused certificate index from the FFM code by remm · 13 days ago
  47. c2b6308 Hack around the certificate index for tomcat-native by remm · 13 days ago
  48. cbdeefa Missed rename by remm · 14 days ago
  49. c16254d Add group configuration to OpenSSL FFM by remm · 14 days ago
  50. 1d8c913 Better comment by Mark Thomas · 2 weeks ago
  51. 19585ab Use constant for CONNECT by Mark Thomas · 2 weeks ago
  52. cb4f1e2 Use constant for UNLOCK by Mark Thomas · 2 weeks ago
  53. 4c20923 Use constant for LOCK by Mark Thomas · 2 weeks ago
  54. 6a8ae48 Use constant for MOVE by Mark Thomas · 2 weeks ago
  55. b7c272e Use constant for COPY by Mark Thomas · 2 weeks ago
  56. f567262 Use constant for MKCOL by Mark Thomas · 2 weeks ago
  57. d62ce93 Use constant for PROPPATCH by Mark Thomas · 2 weeks ago
  58. 28167c8 Use constant for PROPFIND by Mark Thomas · 2 weeks ago
  59. ab7a949 Use constant for TRACE by Mark Thomas · 2 weeks ago
  60. bfdd384 Use constant for DELETE by Mark Thomas · 2 weeks ago
  61. 0f2d290 Use constant for OPTIONS by Mark Thomas · 2 weeks ago
  62. 70078fe Use constant for HEAD by Mark Thomas · 2 weeks ago
  63. 6eb2114 Use constant for PUT by Mark Thomas · 2 weeks ago
  64. 661cfd4 Use constant for POST by Mark Thomas · 2 weeks ago
  65. 2b3800d Use constant for GET by Mark Thomas · 2 weeks ago
  66. 37831a6 HTTP methods are case sensitive and the standard ones are all upper case by Mark Thomas · 2 weeks ago
  67. ff025fa Use new constants by Mark Thomas · 2 weeks ago
  68. b07a027 HTTP methods should be upper case by Mark Thomas · 2 weeks ago
  69. 227e039 Fix cut and paste abuse by remm · 2 weeks ago
  70. 5bf3803 Rename SignatureAlgorithm enum to SignatureScheme by remm · 2 weeks ago
  71. d835e29 Optimize conversion of method from bytes to String by Mark Thomas · 2 weeks ago
  72. 7ca57eb Cleanups by remm · 2 weeks ago
  73. 65faf20 HTTP method names are case sensitive (RFC 9110, 9.1) by Mark Thomas · 2 weeks ago
  74. efa70e1 Add a unit test for CVE-2025-53506 by Mark Thomas · 2 weeks ago
  75. 5262f92 Fix IDE warnings by Mark Thomas · 2 weeks ago
  76. 1b8609d Clarify the docs for maxPostSize by Mark Thomas · 2 weeks ago
  77. f3edb45 Updated link to Bugzilla Beginner issues in CONTRIBUTING.md by Sebastian · 2 weeks ago
  78. 604efd3 Replace testing with programmatic configuration by Dimitris Soumis · 2 weeks ago
  79. f660d8d Replace deployment of /examples with a new custom webapp to avoid Windows locks. by Dimitris Soumis · 2 weeks ago
  80. 3f0e084 Tweak LogCapture logic by Dimitris Soumis · 2 weeks ago
  81. 9a53274 Make ContainerInjector generic to set other fields in the context as well like Valve, xmlValidation etc by Dimitris Soumis · 2 weeks ago
  82. f9b9172 Create a helper in TomcatBaseTest to injects a LifecycleListener to a Context of a Container that sends code ADD_CHILD_EVENT and utilize this helper in TestManagerWebapp. by Dimitris Soumis · 2 weeks ago
  83. c9490bf Remove specific exception UnknownHostException as it's covered by general IOException and remove redundant initializer. by Dimitris Soumis · 2 weeks ago
  84. bcf169f Test case for https://bz.apache.org/bugzilla/show_bug.cgi?id=57700 by Dimitris Soumis · 2 weeks ago
  85. f487a90 Add certificate selection code specific to TLS 1.3 by remm · 2 weeks ago
  86. e0836c8 Add getters for group and signature info. by Mark Thomas · 2 weeks ago
  87. 6ddc107 Add extraction of group and signature information from client hello by remm · 3 weeks ago
  88. e37f9eb Use the helper in TestTomcatStandalone by Dimitris Soumis · 3 weeks ago
  89. c25c439 Add helper in TomcatBaseTest to avoid hardcoded values relevant to LocalStrings.properties in assertions by Dimitris Soumis · 3 weeks ago
  90. 9b5cd50 Extend TestTomcatStandalone to verify that VersionLoggerListener emits its startup banner. by Dimitris Soumis · 3 weeks ago
  91. dab5346 Add generic LogCapture for global logs by Dimitris Soumis · 3 weeks ago
  92. 473b6a7 Review after flagging by Coverity Scan by Mark Thomas · 3 weeks ago
  93. 4bcac32 Be explicit where we have to use ConcurrentHashMap by Mark Thomas · 3 weeks ago
  94. c50319f Cleanup by remm · 3 weeks ago
  95. 7d94ba2 Add hybrid PQC support for OpenSSL 3.5 by remm · 3 weeks ago
  96. e4733b4 Remove reference to example removed in Tomcat 5.0.x by Mark Thomas · 3 weeks ago
  97. dd6c0d4 Add Indentation module to checkstyle.xml by Dimitris Soumis · 3 weeks ago
  98. 9f3cd9f Fix indentation - formatting. No functional change. by Dimitris Soumis · 3 weeks ago
  99. e7b6fea Update RUNNING.txt link to Tomcat 11.0 documentation by Dimitrios Soumis · 3 weeks ago
  100. cf1e2b3 Remove outdated jGuru FAQ link from introduction by Dimitrios Soumis · 3 weeks ago