Skip to content

Commit 7f26e54

Browse files
committed
Remove §
See if this fixes format in windows
1 parent ae606d5 commit 7f26e54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
4040
* name's value, or displaying the value to the user.
4141
*
4242
* This string MAY contain language and direction metadata. Relying Parties SHOULD
43-
* consider providing this information. See § 6.4.2 Language and Direction Encoding
43+
* consider providing this information. See 6.4.2 Language and Direction Encoding
4444
* about how this metadata is encoded.
4545
*
4646
* Clients SHOULD perform enforcement, as prescribed in Section 3.4.3 of [RFC8265] for
@@ -60,7 +60,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
6060
* 6.1 of [RFC8266].
6161
*
6262
* The user handle MUST NOT contain personally identifying information about the user,
63-
* such as a username or e-mail address; see § 14.6.1 User Handle Contents for
63+
* such as a username or e-mail address; see 14.6.1 User Handle Contents for
6464
* details. The user handle MUST NOT be empty, though it MAY be null.
6565
*
6666
* Note: the user handle ought not be a constant value across different accounts, even
@@ -80,7 +80,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
8080
* setting displayName's value, or displaying the value to the user.
8181
*
8282
* This string MAY contain language and direction metadata. Relying Parties SHOULD
83-
* consider providing this information. See § 6.4.2 Language and Direction Encoding
83+
* consider providing this information. See 6.4.2 Language and Direction Encoding
8484
* about how this metadata is encoded.
8585
*
8686
* Clients SHOULD perform enforcement, as prescribed in Section 2.3 of [RFC8266] for
@@ -94,7 +94,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
9494
*
9595
* Authenticators MUST accept and store a 64-byte minimum length for a displayName
9696
* member’s value. Authenticators MAY truncate a displayName member’s value so that it
97-
* fits within 64 bytes. See § 6.4.1 String Truncation about truncation and other
97+
* fits within 64 bytes. See 6.4.1 String Truncation about truncation and other
9898
* considerations.
9999
*/
100100
private final String displayName;

web/src/test/java/org/springframework/security/web/webauthn/management/Webauthn4jRelyingPartyOperationsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void registerCredentialWhenCChallengeNotEqualBase64UrlEncodingOptionsChallenge()
294294
* https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential
295295
*
296296
* 9. Verify that the value of C.origin is an origin expected by the Relying Party.
297-
* See § 13.4.9 Validating the origin of a credential for guidance.
297+
* See 13.4.9 Validating the origin of a credential for guidance.
298298
*/
299299
@Test
300300
void registerCredentialWhenCOriginNotExpected() {

0 commit comments

Comments
 (0)