[java-idp-plugin-webauthn] branch main updated: Fix comment

Phil Smart philip.smart at jisc.ac.uk
Thu Apr 18 15:07:15 UTC 2024


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=a1f3724cbcdac0a2ea98935100a8391ef009b4dd

The following commit(s) were added to refs/heads/main by this push:
     new a1f3724  Fix comment
a1f3724 is described below

commit a1f3724cbcdac0a2ea98935100a8391ef009b4dd
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Apr 18 16:07:13 2024 +0100

    Fix comment
---
 .../webauthn/storage/impl/IdPStorageServiceCredentialRespository.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java
index cb1fa5b..c55a821 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRespository.java
@@ -98,7 +98,7 @@ public class IdPStorageServiceCredentialRespository extends AbstractIdentifiable
         } else {
             throw new ConstraintViolationException("Credential repository requires an EnumeratableStorageService type");
         }
-        // Can not use client-side, as keys would not work across browsers. 
+        // Warn against client-side, as keys would not work across browsers. 
         final StorageCapabilities caps = storageService.getCapabilities();
         if (caps instanceof StorageCapabilities) {
             if (!caps.isServerSide()) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list