diff --git a/web/src/main/java/org/springframework/security/web/webauthn/authentication/PublicKeyCredentialRequestOptionsFilter.java b/web/src/main/java/org/springframework/security/web/webauthn/authentication/PublicKeyCredentialRequestOptionsFilter.java index ddd1fc7109..26abf556f2 100644 --- a/web/src/main/java/org/springframework/security/web/webauthn/authentication/PublicKeyCredentialRequestOptionsFilter.java +++ b/web/src/main/java/org/springframework/security/web/webauthn/authentication/PublicKeyCredentialRequestOptionsFilter.java @@ -76,8 +76,8 @@ public PublicKeyCredentialRequestOptionsFilter(WebAuthnRelyingPartyOperations rp } /** - * Sets the {@link RequestMatcher} used to trigger this filter. - * By default, the {@link RequestMatcher} is {@code POST /webauthn/authenticate/options}. + * Sets the {@link RequestMatcher} used to trigger this filter. By default, the + * {@link RequestMatcher} is {@code POST /webauthn/authenticate/options}. * @param requestMatcher the {@link RequestMatcher} to use * @since 6.5 */ diff --git a/web/src/main/java/org/springframework/security/web/webauthn/registration/WebAuthnRegistrationFilter.java b/web/src/main/java/org/springframework/security/web/webauthn/registration/WebAuthnRegistrationFilter.java index fb5c416436..22a2d3c30f 100644 --- a/web/src/main/java/org/springframework/security/web/webauthn/registration/WebAuthnRegistrationFilter.java +++ b/web/src/main/java/org/springframework/security/web/webauthn/registration/WebAuthnRegistrationFilter.java @@ -106,8 +106,9 @@ public WebAuthnRegistrationFilter(UserCredentialRepository userCredentials, } /** - * Sets the {@link RequestMatcher} to trigger this filter's the credential registration operation . - * By default, the {@link RequestMatcher} is {@code POST /webauthn/register}. + * Sets the {@link RequestMatcher} to trigger this filter's the credential + * registration operation . By default, the {@link RequestMatcher} is + * {@code POST /webauthn/register}. * @param registerCredentialMatcher the {@link RequestMatcher} to use * @since 6.5 */ @@ -117,8 +118,9 @@ public void setRegisterCredentialMatcher(RequestMatcher registerCredentialMatche } /** - * Sets the {@link RequestMatcher} to trigger this filter's the credential removal operation . - * By default, the {@link RequestMatcher} is {@code DELETE /webauthn/register/{id}}. + * Sets the {@link RequestMatcher} to trigger this filter's the credential removal + * operation . By default, the {@link RequestMatcher} is {@code DELETE + * /webauthn/register/{id}}. * @param removeCredentialMatcher the {@link RequestMatcher} to use * @since 6.5 */