[ 
https://issues.apache.org/jira/browse/LOGGING-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated LOGGING-76:
-----------------------------------

    Fix Version/s: 1.0.1

> Jdk14Logger Throws NullPointerException
> ---------------------------------------
>
>                 Key: LOGGING-76
>                 URL: https://issues.apache.org/jira/browse/LOGGING-76
>             Project: Commons Logging
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Operating System: All
> Platform: All
>            Reporter: Gary Murphy
>            Priority: Minor
>             Fix For: 1.0.1
>
>         Attachments: Jdk14Logger.java
>
>
> When passed a null reference to all of the logging methods, a NullPointer
> exception will result at the .toString() method call.  I changed all of the 
>   message.toString()
> to 
>  
>   String.valueOf(message)
> This was obsfucating another error in Struts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to