舊版本的 能夠直接 轉發登錄spa
request.getRequestDispatcher).forward(request, response);
新版本的轉發會404,緣由 SpringSecurity 過濾器不支持轉發code
能夠加上如下配置解決blog
security: filter: dispatcher-types: FORWARD,INCLUDE,REQUEST,ASYNC,ERROR