当我使用自定义HandlerInterceptor并且我的Controller返回DeferredResult时,我的自定义拦截器的preHandle方法在每次请求时调用两次。考虑一个玩具示例。我的自定义拦截器:publicclassMyInterceptorimplementsHandlerInterceptor{staticinti=0;@OverridepublicbooleanpreHandle(HttpServletRequestrequest,HttpServletResponseresponse,Objecthandler)throwsException{System.o