|
|
|
|
@ -76,12 +76,12 @@ public class SecurityProperties {
@@ -76,12 +76,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 = new HashSet<>( |
|
|
|
|
Arrays.asList(DispatcherType.ASYNC, DispatcherType.ERROR, DispatcherType.REQUEST)); |
|
|
|
|
|