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=35452>. 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=35452 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-24 05:30 ------- Rev 371792: Restored o.a.l.spi.LoggingEvent.getMDC(String) and getMDCCopy. Added back as deprecated methods implemented in terms of the "properties" member in LoggingEvent that replaced the "mdccopy" member. After deserialization getMDC(String) may return values that were set from LoggingRepository properties, but that does not seem like a bad behavior. Rev 371802: Removed Configurator.doConfigure(InputStream). The InputStream form of configurator was poor since XML and other potential configuration formats need a base URL to resolve relative resources. New method was only used by FileWatchdog which could be rewritten to use file: URL's. Expect old implementation would have failed for XML configuration files that had entity references with relative paths. The preferred mechanism to create a URL from a File is file.toURI().toURL() which was introduced in JDK 1.4. The code attempts to invoke that by reflection and if that fails, falls back to File.toURL(). If that fails (which should only occur with exceptionally ugly file names), then an internal logging message is emitted. -- 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]
