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