https://issues.apache.org/bugzilla/show_bug.cgi?id=48012
Summary: Loader.getResource should honor the ignoreTCL property
Product: Log4j
Version: 1.2
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Configurator
AssignedTo: [email protected]
ReportedBy: [email protected]
The org.apache.log4j.helpers.Loader.getResource method should honor the
"log4j.ignoreTCL" system property. The ignoreTCL property is currently honored
by the loadClass method, but the same class loader issues exist when loading
resources as exists when loading classes.
In the getResource method, the current line:
if(!java1) {
Should be changed to:
if(!java1 && !ignoreTCL) {
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]