DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43325>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43325 Summary: Subst-mechanism in DOMConfigurator broken Product: Log4j Version: 1.2 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Configurator AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] With the new 1.2.15 release the subst-mechanism doesn't work in all cases. Prior the 1.2.15 release I could override the protected instance method DOMConfigurator.subst(String) to delegate all value substitutions to my own properties object. Per default the original subst()-method calls another static subst()-method. Now the setParameter()-method calls the static subst()-method directly and the instance-method isn't called anymore. The other subst-mechanism with the member "properties" fails because that member is package protected and has no setter. Even log4j doesn't set the member to any value - so it's always null. Regards Lars -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
