I don't know what possessed me, but I think I've reviewed all the open log4j bugs today and fixed several of them. I didn't see any of the other ones that seemed ready for log4j 1.2.15. The big clusters of bugs seemed to be:

1) Tomcat shutdown/restart breaking what were intended to be invariants within a class. Unfortunately a lot of these "invariants" weren't made private (many have package visibility) and could potentially be modified (like o.a.l.helpers.PatternConverter.SPACES). I considered rewriting PatternConverter.spacePad, but didn't want to touch it due to its potential to impact performance and that EnhancedPatternLayout has a totally different implementation that may or may not be affected with the Tomcat blues.

2) Users running multiple the same RFA configuration in multiple VMs.

3) Chainsaw related

Unless someone wants to lobby for a particular bug, I think I'm going to let Gump do a nightly build and cut another release candidate tomorrow and call a vote.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to