Author: kkolinko Date: Fri Nov 13 00:50:08 2009 New Revision: 835681 URL: http://svn.apache.org/viewvc?rev=835681&view=rev Log: Propose two additional backports for JULI FileHandler series of patches
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=835681&r1=835680&r2=835681&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Nov 13 00:50:08 2009 @@ -172,6 +172,12 @@ -1: +* Prevent NPE in JULI FileHandler during shutdown where the logger has been + shutdown and delayed resources still trying to log + http://svn.apache.org/viewvc?rev=666232&view=rev + +1: kkolinko + -1: + * Make FileHandler.java extensible http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/FileHandler.java?r1=666232&r2=709018&pathrev=793882&view=patch +1: fhanik, jim, markt, kkolinko @@ -183,6 +189,15 @@ +1: fhanik, jim, markt, kkolinko -1: +* Allow to disable buffering in JULI FileHandler + This allows to configure immediate publishing of log + records, like it was before rev.814876. + It depends on the above FileHandler patches. + http://svn.apache.org/viewvc?rev=816252&view=rev + +1: kkolinko + -1: + + * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47267 http://svn.apache.org/viewvc?rev=817822&view=rev http://svn.apache.org/viewvc?rev=833545&view=rev (to address rjung's comment) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org