RFR: 8272908: Missing coverage for certain classes in com.sun.org.apache.xml.internal.security [v2]
    Fernando Guallini 
    fguallini at openjdk.java.net
       
    Thu Oct 14 10:16:17 UTC 2021
    
    
  
On Wed, 13 Oct 2021 16:17:37 GMT, Rajan Halade <rhalade at openjdk.org> wrote:
>> Fernando Guallini has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   throw RuntimeException
>
> test/jdk/com/sun/org/apache/xml/internal/security/SignatureKeyInfo.java line 117:
> 
>> 115:                 doc.getElementsByTagNameNS(NS, "Signature");
>> 116:         if (nl.getLength() == 0) {
>> 117:             throw new Exception("Could not find signature Element");
> 
> update this to RuntimeException
done
-------------
PR: https://git.openjdk.java.net/jdk/pull/5913
    
    
More information about the security-dev
mailing list