On Wed, 20 Jan 2021 13:41:04 GMT, Sean Mullan <[email protected]> wrote:
>> Hai-May Chao has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Nonce creation is done in checkOCSP method
>
> src/java.base/share/classes/sun/security/provider/certpath/RevocationChecker.java
> line 762:
>
>> 760: } catch (IOException e) {
>> 761: throw new
>> CertPathValidatorException("Failed to create the default nonce " +
>> 762: "in OCSP entensions");
>
> Typo: s/entensions/extensions/
>
> Also, use the `CertPathValidatorException(String, Throwable)` ctor instead
> and pass the `IOException` as the 2nd parameter.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2039