Author: sebb
Date: Tue Aug 10 22:04:41 2010
New Revision: 984233

URL: http://svn.apache.org/viewvc?rev=984233&view=rev
Log:
getLoggerForClass() no longer causes a Security violation in RemoteJMeterImpl

Modified:
    
jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java

Modified: 
jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java?rev=984233&r1=984232&r2=984233&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java 
(original)
+++ 
jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java 
Tue Aug 10 22:04:41 2010
@@ -51,11 +51,8 @@ public class HashTree implements Seriali
 
     private static final long serialVersionUID = 240L;
 
-    // GetLoggerForClass() uses ClassContext, which
-    // causes a Security violation in RemoteJMeterImpl
-    // so we use getLoggerFor() instead
-//    private static final Logger log = 
LoggingManager.getLoggerFor(HashTree.class.getName());
-
+//    private static final Logger log = LoggingManager.getLoggerForClass();
+    
     // Used for the RuntimeException to short-circuit the traversal
     private static final String FOUND = "found"; // $NON-NLS-1$
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to