Polishing

Closes gh-26878
This commit is contained in:
Johnny Lim
2021-04-29 23:53:53 +09:00
committed by GitHub
parent 697108cc42
commit 98770b15e7
6 changed files with 7 additions and 8 deletions

View File

@@ -1085,7 +1085,7 @@ public abstract class FrameworkServlet extends HttpServletBean implements Applic
}
DispatcherType dispatchType = request.getDispatcherType();
boolean initialDispatch = DispatcherType.REQUEST.equals(request.getDispatcherType());
boolean initialDispatch = DispatcherType.REQUEST == dispatchType;
if (failureCause != null) {
if (!initialDispatch) {