0
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix typo More... over 16 years ago
force 1.5 at this time, don't inherit parent value of 1.6 More... over 16 years ago
BZ45026: Never return an empty HTTP status response phrase. mod_jk and httpd 2.x do not like that. More... over 16 years ago
Implement delegate methods that will let us expose all this under Tomcat JMX since Tomcat uses dynamic reflection to figure out what to expose More... over 16 years ago
Document r757708. Remove when backported. More... over 16 years ago
Allow bigger AJP packets for request bodies and responses (by setting packetSize on the connector). More... over 16 years ago
Use some existing constants instead of inline numbers in AJP connectors. More... over 16 years ago
Setup datasource so that one can extend it more easily More... over 16 years ago
Use a filter rather than a valve to add a default character set. More... over 16 years ago
expose the poolname through a public method, this will allow one to retrieve the actual connection pool through JMX as well More... over 16 years ago
Remove the Catalina dependency from Jasper. More... over 16 years ago
Followup to r756926 (forward remote port via AJP13). - Use a more private attribute name and define it in the Constants class. - Do not set the attribute on the request, only use it for the remote port. More... over 16 years ago
Add missing attributes tags More... over 16 years ago
Fix a handful of Eclipse warnings More... over 16 years ago
AJP13 misses to forward the remotePort. More... over 16 years ago
MulticastSocket.setLoopbackmode() works reversed. The argument is named "disabled", so true is for disable. More... over 16 years ago
Don't try and save a read-only database More... over 16 years ago
Remove two validation related fields no longer used in the digester More... over 16 years ago
Get validation working properly. This will still throw two errors on start-up due to errors in two of the tld's included in standard.jar in the examples app. More... over 16 years ago
Change default xmlBase to prevent exceptions on start up and errors every time the background thread checks for descriptors. Remove unused code block. More... over 16 years ago
Fix line endings More... over 16 years ago
Allow xmlBase to be configurable, just like appBase. More... over 16 years ago
Add missing and new schemas to resolver used by digester. More... over 16 years ago
Add missing XML Schemas for Java EE Deployment Descriptors Unlike the existing schemas, these files are CDDL licensed. More... over 16 years ago
Add a system property that lets the startup phase exit if the server encounters an exception during the initialization phase. The default is false, which means the behavior from today remains unchanged. More... over 16 years ago
When adding a logger, its better to always add the parent loggers, all the way up the chain. The cost of this is relatively small, since the number of packages compared to classes is relatively small. This feature allows extensions of the JULI framework to change log categories during run time, as opposed to changing them for every single logger in a category More... over 16 years ago
- Add xiph mime types, after reading a blog. More... over 16 years ago
Fix infinite loop. More... over 16 years ago
Make a distinction between AM/PM by using the 24 hour format More... over 16 years ago
Experiment with enabling per context configuration of xml valiadation for web.xml and tld files. Should make fixing tld validation (which I can't get to work right now) easier. More... over 16 years ago