Fix SecurityWebApplicationInitializer.getSecurityDispatcherTypes example in doc #12939
This commit is contained in:
parent
eb58655fa9
commit
a513fc0f38
|
@ -1157,7 +1157,7 @@ public class SecurityWebApplicationInitializer extends AbstractSecurityWebApplic
|
|||
|
||||
@Override
|
||||
protected EnumSet<DispatcherType> getSecurityDispatcherTypes() {
|
||||
return EnumSet.of(DispatcherType.REQUEST, DispatcherType.ERROR, DispatcherType.FORWARD,
|
||||
return EnumSet.of(DispatcherType.REQUEST, DispatcherType.ERROR, DispatcherType.ASYNC,
|
||||
DispatcherType.FORWARD, DispatcherType.INCLUDE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue