mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Merge branch '3.1.x'
Closes gh-36866
This commit is contained in:
+2
-2
@@ -75,12 +75,12 @@ public class SecurityProperties {
|
||||
public static class Filter {
|
||||
|
||||
/**
|
||||
* Security filter chain order.
|
||||
* Security filter chain order for Servlet-based web applications.
|
||||
*/
|
||||
private int order = DEFAULT_FILTER_ORDER;
|
||||
|
||||
/**
|
||||
* Security filter chain dispatcher types.
|
||||
* Security filter chain dispatcher types for Servlet-based web applications.
|
||||
*/
|
||||
private Set<DispatcherType> dispatcherTypes = EnumSet.allOf(DispatcherType.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user