Hi.

Would it be possible for someone to change file LogFactoryImpl.java?
It currently has:
        } catch (SecurityException e) {
        }
And it might be better if it had:
        } catch (SecurityException e) {
                logClassName = LOG_DEFAULT;
        }

This would prevent null being passed to loadClass().

Hope people think this is a good idea.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to