Skip to content

Commit 103fad5

Browse files
committed
Fix formatting
1 parent 8ec24ed commit 103fad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/oidc/authentication/OidcClientRegistrationAuthenticationValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
* <p>
5151
* Each validated field is backed by two public constants:
5252
* <ul>
53-
* <li>{@code DEFAULT_*_VALIDATOR} strict validation that rejects unsafe values. This is
53+
* <li>{@code DEFAULT_*_VALIDATOR} - strict validation that rejects unsafe values. This is
5454
* the default behavior and may reject input that was previously accepted.</li>
55-
* <li>{@code SIMPLE_*_VALIDATOR} lenient validation preserving the behavior from prior
55+
* <li>{@code SIMPLE_*_VALIDATOR} - lenient validation preserving the behavior from prior
5656
* releases. Use only when strictly required for backward compatibility and with full
5757
* understanding that it may accept values that enable attacks against the authorization
5858
* server.</li>

0 commit comments

Comments
 (0)