标签: java spring spring-mvc spring-boot
可以在单个spring应用程序中一起使用doFilter和HandlerInterceptorAdapter吗?
我在SpringMVC应用程序中已经使用了doFilters。
我要求更新请求请求参数和重定向页面。我使用HandlerInterceptorAdapter来实现它。但看起来应用程序在chain.doFilter(req,res)之后失败了