Skip to content

Commit

Permalink
Update JavaDoc of BasicAuthenticationFilter
Browse files Browse the repository at this point in the history
Remove deprecated hint to use Digest Auth in favor of Basic Auth.
  • Loading branch information
mczul authored and jzheaux committed Jun 5, 2023
1 parent bcc1cfc commit b82dd75
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@
* <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
Expand Down

0 comments on commit b82dd75

Please sign in to comment.