Uploaded image for project: 'Santuario'
  1. Santuario
  2. SANTUARIO-342

NullPointer in javax.xml.crypto.KeySelectorException.printStackTrace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Java 1.5.2
    • Java 1.4.8, Java 1.5.3
    • Java
    • Security Level: Public (Public issues, viewable by everyone)
    • None
    • JVM 1.6

    Description

      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); }

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            ilya_sokolov@symantec.com Ilya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified