You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configuration/WebSecurityConfigurerAdapter.java
+5-7
Original file line number
Diff line number
Diff line change
@@ -326,12 +326,10 @@ public void run() {
326
326
* Override this method to configure {@link WebSecurity}. For example, if you wish to
327
327
* ignore certain requests.
328
328
*
329
-
* Endpoint used in this method ignores the
330
-
* spring security filters, headers, csrf etc. see
331
-
* {@link org.springframework.security.config.annotation.web.configurers.HeadersConfigurer} and
0 commit comments