Added a note about the reason for this change. Might be useful to those that come after us...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -409,6 +409,8 @@ public abstract class LogFactory {
|
||||
if (props != null) {
|
||||
String useTCCLStr = props.getProperty(TCCL_KEY);
|
||||
if (useTCCLStr != null) {
|
||||
// The Boolean.valueOf(useTCCLStr).booleanValue() formulation
|
||||
// is required for Java 1.2 compatability.
|
||||
if (Boolean.valueOf(useTCCLStr).booleanValue() == false) {
|
||||
// Don't use current context classloader when locating any
|
||||
// LogFactory or Log classes, just use the class that loaded
|
||||
|
||||
Reference in New Issue
Block a user