DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9743>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9743 Security policy configuration, SimpleLog uses System.getProperties() ------- Additional Comments From [EMAIL PROTECTED] 2002-10-19 17:34 ------- This cannot be easily corrected: On one hand, SimpleLog has a requirement to pickup unspecified properties (those properties beginning with a prefix) describing logging levels for different categories. On the other, SimpleLog has turned into a real (although simple :-) log implementation. This leaves us with THREE choices for satisfactorily resolving this defect: 1. Simplify SimpleLog & remove offending code, or 2. Make SimpleLog a NotSoSimpleLog with it's own property file, and remove offending calls to System.getProperties() - use property file instead. 3. Acknowledge that in a proper J2EE environment SimpleLog may not be the best answer, so it doesn't matter anyway... -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
