[java-idp-plugin-webauthn] branch main updated: Fix Javadoc
Codeberg
noreply at shibboleth.net
Thu Jan 29 10:16:06 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-webauthn/commit/9f1730f0b72c4a4c732b9fa43730ce1e982a5265
The following commit(s) were added to refs/heads/main by this push:
new 9f1730f Fix Javadoc
9f1730f is described below
commit 9f1730f0b72c4a4c732b9fa43730ce1e982a5265
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jan 29 10:15:58 2026 +0000
Fix Javadoc
---
.../impl/ExtractPublicKeyCredentialAssertionFromFormRequest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/ExtractPublicKeyCredentialAssertionFromFormRequest.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/ExtractPublicKeyCredentialAssertionFromFormRequest.java
index 4b01ce1..e10b86f 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/ExtractPublicKeyCredentialAssertionFromFormRequest.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/ExtractPublicKeyCredentialAssertionFromFormRequest.java
@@ -156,7 +156,7 @@ public class ExtractPublicKeyCredentialAssertionFromFormRequest
/**
* Process the do-not-cache instruction.
*
- * @param authenticationContext authentication context
+ * @param profileRequestContext profile request context
* @param request current HTTP servlet request
*/
private void processDoNotCacheInstruction(@Nonnull final ProfileRequestContext profileRequestContext,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list