mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-21 16:30:27 +00:00
Fix Formatting
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
This commit is contained in:
parent
aed95aa2b1
commit
53bc6a7796
@ -50,8 +50,8 @@ import org.springframework.util.CollectionUtils;
|
||||
* <p>
|
||||
* Each validated field is backed by two public constants:
|
||||
* <ul>
|
||||
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
|
||||
* the default behavior and may reject input that was previously accepted.</li>
|
||||
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This
|
||||
* is the default behavior and may reject input that was previously accepted.</li>
|
||||
* <li>{@code SIMPLE_*_VALIDATOR} -- lenient validation preserving the behavior from prior
|
||||
* releases. Use only when strictly required for backward compatibility and with full
|
||||
* understanding that it may accept values that enable attacks against the authorization
|
||||
|
||||
@ -51,8 +51,8 @@ import org.springframework.util.CollectionUtils;
|
||||
* <p>
|
||||
* Each validated field is backed by two public constants:
|
||||
* <ul>
|
||||
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
|
||||
* the default behavior and may reject input that was previously accepted.</li>
|
||||
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This
|
||||
* is the default behavior and may reject input that was previously accepted.</li>
|
||||
* <li>{@code SIMPLE_*_VALIDATOR} -- lenient validation preserving the behavior from prior
|
||||
* releases. Use only when strictly required for backward compatibility and with full
|
||||
* understanding that it may accept values that enable attacks against the authorization
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user