On Wed, 13 Oct 2021 16:17:37 GMT, Rajan Halade <[email protected]> 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