https://issues.apache.org/bugzilla/show_bug.cgi?id=45095

--- Comment #3 from sean.mul...@sun.com 2010-01-11 13:46:13 UTC ---
(In reply to comment #2)
> Did this fix go into any releases?  xmlsec-1.4.3.jar seems to be the latest 
> and
> it has the problem described.

Here are the diffs for the fix that went into 1.4.3. Did you expect something
different?

$ svn diff -r350676 log4j.properties
Index: log4j.properties
===================================================================
--- log4j.properties    (revision 350676)
+++ log4j.properties    (working copy)
@@ -4,14 +4,13 @@
 #
 # ------------------------------------------------------------------------
 #
-log4j.rootLogger=DEBUG, LOGTXT

 ########################################################################
 #
 # Logging based on packages
 #
 ########################################################################
-log4j.logger.org.apache.xml.security=DEBUG, LOGTXT
+log4j.logger.org.apache.xml.security=ERROR, LOGTXT
 log4j.logger.org.apache.xml.security.test.AllTests=DEBUG, LOGTXT

 ########################################################################

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to