We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f4bad commit bf6858cCopy full SHA for bf6858c
webauthn-server-core/src/main/java/com/yubico/webauthn/FinishRegistrationSteps.java
@@ -561,10 +561,10 @@ public boolean attestationTrusted() {
561
} catch (CertPathValidatorException e) {
562
log.info(
563
"Failed to derive trust in attestation statement: {} at cert index {}: {}. Attestation object: {}",
564
- response.getResponse().getAttestationObject(),
565
e.getReason(),
566
e.getIndex(),
567
- e.getMessage());
+ e.getMessage(),
+ response.getResponse().getAttestationObject());
568
return false;
569
570
} catch (CertificateException e) {
0 commit comments