mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 11:59:08 +00:00
Fix typo in InternalAuthenticationServiceException javadoc
This commit is contained in:
parent
8e8bdad8e6
commit
7e274ea5b6
@ -17,7 +17,7 @@ package org.springframework.security.authentication;
|
||||
* Thrown if an authentication request could not be processed due to a system problem that occurred internally. It
|
||||
* differs from {@link AuthenticationServiceException} in that it would not be thrown if an external system has an
|
||||
* internal error or failure. This ensures that we can handle errors that are within our control distinctly from errors
|
||||
* of other systems. The advantage to this distinction is that the unrusted external system should not be able to fill
|
||||
* of other systems. The advantage to this distinction is that the untrusted external system should not be able to fill
|
||||
* up logs and cause excessive IO. However, an internal system should report errors.
|
||||
* </p>
|
||||
* <p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user