Remove §

See if this fixes format in windows
This commit is contained in:
Rob Winch 2024-10-20 23:30:38 -05:00
parent ae606d51f4
commit 7f26e54d07
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
* name's value, or displaying the value to the user.
*
* This string MAY contain language and direction metadata. Relying Parties SHOULD
* consider providing this information. See §6.4.2 Language and Direction Encoding
* consider providing this information. See 6.4.2 Language and Direction Encoding
* about how this metadata is encoded.
*
* Clients SHOULD perform enforcement, as prescribed in Section 3.4.3 of [RFC8265] for
@ -60,7 +60,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
* 6.1 of [RFC8266].
*
* The user handle MUST NOT contain personally identifying information about the user,
* such as a username or e-mail address; see §14.6.1 User Handle Contents for
* such as a username or e-mail address; see 14.6.1 User Handle Contents for
* details. The user handle MUST NOT be empty, though it MAY be null.
*
* Note: the user handle ought not be a constant value across different accounts, even
@ -80,7 +80,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
* setting displayName's value, or displaying the value to the user.
*
* This string MAY contain language and direction metadata. Relying Parties SHOULD
* consider providing this information. See §6.4.2 Language and Direction Encoding
* consider providing this information. See 6.4.2 Language and Direction Encoding
* about how this metadata is encoded.
*
* Clients SHOULD perform enforcement, as prescribed in Section 2.3 of [RFC8266] for
@ -94,7 +94,7 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
*
* Authenticators MUST accept and store a 64-byte minimum length for a displayName
* members value. Authenticators MAY truncate a displayName members value so that it
* fits within 64 bytes. See §6.4.1 String Truncation about truncation and other
* fits within 64 bytes. See 6.4.1 String Truncation about truncation and other
* considerations.
*/
private final String displayName;

View File

@ -294,7 +294,7 @@ class Webauthn4jRelyingPartyOperationsTests {
* https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential
*
* 9. Verify that the value of C.origin is an origin expected by the Relying Party.
* See §13.4.9 Validating the origin of a credential for guidance.
* See 13.4.9 Validating the origin of a credential for guidance.
*/
@Test
void registerCredentialWhenCOriginNotExpected() {