Update JavaDoc of BasicAuthenticationFilter

Remove deprecated hint to use Digest Auth in favor of Basic Auth.
This commit is contained in:
Christoph Zuleger 2023-05-30 16:57:00 +02:00 committed by Josh Cummings
parent bcc1cfc28a
commit 06e58e4c34
1 changed files with 1 additions and 3 deletions

View File

@ -80,9 +80,7 @@ import org.springframework.web.filter.OncePerRequestFilter;
* <p>
* Basic authentication is an attractive protocol because it is simple and widely
* deployed. However, it still transmits a password in clear text and as such is
* undesirable in many situations. Digest authentication is also provided by Spring
* Security and should be used instead of Basic authentication wherever possible. See
* {@link org.springframework.security.web.authentication.www.DigestAuthenticationFilter}.
* undesirable in many situations.
* <p>
* Note that if a {@link RememberMeServices} is set, this filter will automatically send
* back remember-me details to the client. Therefore, subsequent requests will not need to