1 Reply Latest reply on Apr 19, 2006 1:23 PM by dimitris

    A bug in logging

    manuel_stein

      Servus all,

      I have found a "bug" in jboss logging, but I didn't find the appropriate forum, so I post it here.

      The class org.jboss.logging.filter.TCLFilter is implemented returning either Filter.ACCEPT xor Filter.DENY. Well, in case the filter matches, "AcceptOnMatch" shall decide whether ACCEPT or DENY is returned. In every other case that the filter doesn't match, it should return Filter.NEUTRAL !

      Somebody can fix that for upcoming releases?

      Greetz, Manuel

      PS: I'd love to contribute code. It would not be much ... but just in cases like this one, I think that I could easily fix the problem. How to get a CVS write access?