File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
web/src/main/java/org/springframework/security/web/authentication/www Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 81
81
* <p>
82
82
* Basic authentication is an attractive protocol because it is simple and widely
83
83
* deployed. However, it still transmits a password in clear text and as such is
84
- * undesirable in many situations. Digest authentication is also provided by Spring
85
- * Security and should be used instead of Basic authentication wherever possible. See
86
- * {@link org.springframework.security.web.authentication.www.DigestAuthenticationFilter}.
84
+ * undesirable in many situations.
87
85
* <p>
88
86
* Note that if a {@link RememberMeServices} is set, this filter will automatically send
89
87
* back remember-me details to the client. Therefore, subsequent requests will not need to
You can’t perform that action at this time.
0 commit comments