Skip to content

Commit a513fc0

Browse files
Brummolixmarcusdacoregio
authored andcommitted
Fix SecurityWebApplicationInitializer.getSecurityDispatcherTypes example in doc #12939
1 parent eb58655 commit a513fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/migration/servlet/authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ public class SecurityWebApplicationInitializer extends AbstractSecurityWebApplic
11571157
11581158
@Override
11591159
protected EnumSet<DispatcherType> getSecurityDispatcherTypes() {
1160-
return EnumSet.of(DispatcherType.REQUEST, DispatcherType.ERROR, DispatcherType.FORWARD,
1160+
return EnumSet.of(DispatcherType.REQUEST, DispatcherType.ERROR, DispatcherType.ASYNC,
11611161
DispatcherType.FORWARD, DispatcherType.INCLUDE);
11621162
}
11631163

0 commit comments

Comments
 (0)