Author: kkolinko Date: Mon Oct 17 11:44:16 2011 New Revision: 1185114 URL: http://svn.apache.org/viewvc?rev=1185114&view=rev Log: Backport (copy in) JULI OneLineFormatter plus DateFormatCache helper class from TC 7 JULI.
Added: tomcat/tc6.0.x/trunk/java/org/apache/juli/DateFormatCache.java - copied unchanged from r1185110, tomcat/trunk/java/org/apache/juli/DateFormatCache.java tomcat/tc6.0.x/trunk/java/org/apache/juli/OneLineFormatter.java - copied unchanged from r1185110, tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1185114&r1=1185113&r2=1185114&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Oct 17 11:44:16 2011 @@ -64,12 +64,6 @@ PATCHES PROPOSED TO BACKPORT: - getStuckThreadIds() returns a list of ids. It might be useful to have a similar method that returns Thread.getName() names. -* Backport (copy in) JULI OneLineFormatter plus DateFormatCache helper class - from TC 7 JULI. - http://people.apache.org/~rjung/patches/tc6-onelineformatter.patch - +1: rjung, kkolinko, markt - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Ensure access log always logs the correct remote IP. Ensure requests with multiple errors do not result in multiple access log Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1185114&r1=1185113&r2=1185114&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Oct 17 11:44:16 2011 @@ -70,6 +70,11 @@ Allow to overwrite the check for distributability of session attributes by session implementations. (rjung) </add> + <add> + Provide the log format "OneLineFormatter" for JULI that provides the same + information as the default plus thread name but on a single line. + (markt/rjung) + </add> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org