0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix import order More... over 13 years ago
Code clean-up. Run UCDetector over o.a.el More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52316 Improve response length logging when sendfile is being used More... over 13 years ago
Resolve Eclipse warnings in o.a.tomcat.net package More... over 13 years ago
Review by kkolinko. - Remove FORM auth specific call. - Javadoc formatting. - Honour the cache attribute of the authenticator. More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52303 Allow web applications that do not have a login configuration to participate in a SSO session. Patch provided by Brian Burch. More... over 13 years ago
Further fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=52184 Apply a separate instance of UserDataHelper to the "maxParameterCount reached" message, so that its threshold is calculated independently of other parameter errors. More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52243 Clarify how to include # or ; in an environment value More... over 13 years ago
Update to commons-pool 1.5.7. Fix build condition for tomcat-dbcp to always rebuild when a new version of pool or dbcp is downloaded. More... over 13 years ago
Reduce log level for message for hitting parameter count limit from warn to info. I am not sure that UserDataHelper needs to be applied here. Maybe use a separate UserDataHelper instance? More... over 13 years ago
Apply UserDataHelper to o.a.t.util.http.Parameters More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52384 Do not fail in Parameter parsing when debug logging is enabled. Also do no flag extra '&' as errors. More... over 13 years ago
Correct message what US dictionary flags as a typo (but UK one does not) More... over 13 years ago
Followup to r1224648 Fix my bug in property retrieval. More... over 13 years ago
- UserDataHelper: 1) Fix bug in suppressionTime processing. The config value is in seconds, but time arithmetic needs msecs. Now multiplying the configured value by 1000L. 2) Change the API to allow to distinguish the case when next message will be printed at DEBUG level. 3) The private method logAtInfo() now always updates the time. Thus I removed its argument. - Cookies: 1) Add i18n and print special message when we fall from INFO to DEBUG logging. More... over 13 years ago
Correct description of roles More... over 13 years ago
Improve manager-howto.xml: Document the list of roles that allow access to Manager webapp. The manager-script role is just one of them. More... over 13 years ago
Fix a few unused code warnings in Jasper reported by Eclipse More... over 13 years ago
Clean-up. Remove methods that expose internals it would be better to hide and make lock field final. More... over 13 years ago
Remove debug code that is no longer required More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52356 size needs to be volatile More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52354 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52355 Make debug flags volatile as they are accessed by multiple threads More... over 13 years ago
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52213 enabled should be volatile More... over 13 years ago
More unused code removal. A little refactoring to allow some methods to be removed to simplify later refactoring More... over 13 years ago
Remove pointless private method More... over 13 years ago
Simplify search since Tomcat only uses xml descriptors More... over 13 years ago
Remove unused code. Make fields final where appropriate. More... over 13 years ago
Remove unused class More... over 13 years ago
Remove unused inner class More... over 13 years ago
Remove unused class More... over 13 years ago