You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2012/09/03 14:15:07 UTC

[jira] [Updated] (SANTUARIO-342) NullPointer in javax.xml.crypto.KeySelectorException.printStackTrace

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

Colm O hEigeartaigh updated SANTUARIO-342:
------------------------------------------

    Fix Version/s:     (was: Java 1.5.2)
                   Java 1.5.3
                   Java 1.4.8
    
> NullPointer in javax.xml.crypto.KeySelectorException.printStackTrace
> --------------------------------------------------------------------
>
>                 Key: SANTUARIO-342
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-342
>             Project: Santuario
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: Java 1.5.2
>         Environment: JVM 1.6
>            Reporter: Ilya
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: Java 1.4.8, Java 1.5.3
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Caused by: java.lang.NullPointerException
> 	at javax.xml.crypto.KeySelectorException.printStackTrace(KeySelectorException.java:142)
> 	at javax.xml.crypto.dsig.XMLSignatureException.printStackTrace(XMLSignatureException.java:145)
> 	at org.apache.maven.surefire.report.PojoStackTraceWriter.writeTraceToString(PojoStackTraceWriter.java:54)
> "cause" is not checked for NULL in "printStackTrace", e.g.:
> public void printStackTrace(PrintWriter s) {
>         super.printStackTrace(s);
>         cause.printStackTrace(s);
>     }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira