On Mon, 8 May 2023 22:23:44 GMT, Weijun Wang <[email protected]> wrote:
>> Update XML Security for Java to 3.0.2. Some change to tests:
>>
>> 1. No more Xalan. One test case is singled out to demonstrate how to use a
>> special configuration.
>> 2. EdDSA does not support `KeyValue`. Use X.509 certificate instead.
>
> Weijun Wang has updated the pull request incrementally with one additional
> commit since the last revision:
>
> more comment and spec refine
test/jdk/javax/xml/crypto/dsig/XalanTest.java line 105:
> 103: if (!validator.validate("signature.xml", ks, new
> HttpURIDereferencer(), false)) {
> 104: throw new Exception
> 105: ("At least one signature did not validate as
> expected");
There's only one signature in this test now, so change message to "Signature
did not validate as expected".
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13840#discussion_r1188766257