0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52440 Need to resolve EL variables when returning ValueReferences Includes a new test case. More... over 13 years ago
Update to Eclipse JDT 3.7.1 More... over 13 years ago
Remove trailing spaces. More... over 13 years ago
Improve test case More... over 13 years ago
BZ52450 Add setter for EntityResolver More... over 13 years ago
Add test case More... over 13 years ago
Align spelling of message key More... over 13 years ago
Improve logging More... over 13 years ago
Add a BufferedWriter to the Converter More... over 13 years ago
Additional flush required. More... over 13 years ago
First pass at a fix for BZ 52328 More... over 13 years ago
Whitespace and Javadoc fixes. No functional change. More... over 13 years ago
Reduce code duplication introduced in r1229536: Use common MBeanDumper class for JMXProxyServlet and Mean unit tests. More... over 13 years ago
Add output of MBean details to TestRegistration in case unexpected MBeans were found. More... over 13 years ago
Remove some stale MBean attribute descriptions: - compilerClasspath - eventProvider - mappingObject - randomFile - randomFileCurrent - saveConfig - staticResources - statisticsProvider More... over 13 years ago
Further improve Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52237 Make "usefile" flag of junit formatter configurable as well. The default value is "true". More... over 13 years ago
Update TestAsyncContextImpl: Always add a host-level AccessLogValve, so that the test logic does not need to change when the tests are run with "test.accesslog=true". The test is about error 500 for unhandled request. That access log entry is written into topmost AccessLogValve. More... over 13 years ago
Followup to Mark's r1228724 The ObjectName.quote() must always be called with address, because ip6 addresses have characters that are must be quoted in QName. The Connector.java changes in r1228724 bypassed that call. Update TestRegistration.java accordingly. More... over 13 years ago
Use final More... over 13 years ago
Remove unused code More... over 13 years ago
Deprecate unused code More... over 13 years ago
Re-enable TestCometProcessor test. It reverts r1225632 More... over 13 years ago
Change TestCometProcessor#testCometConnectorStop() to test whether END event was processed by servlet and write other information as a log message. The old test was not 100% reliable and fails for me with APR. It needs more investigation. More... over 13 years ago
Add final where necessary. Remove some unused code. More... over 13 years ago
Removed deprecated and unused code More... over 13 years ago
Mark unused code as deprecated Based on the UCDector report More... over 13 years ago
Bind connectors to localhost for unit tests Improve format of JMX names that include an address Update unit tests so they pass with the above changes More... over 13 years ago
Use port in JMX name if known. More... over 13 years ago
Remove some unnecessary code that may be a cause of fd leaks More... over 13 years ago
Add sample configuration for SetCharacterEncodingFilter to the default web.xml More... over 13 years ago