MaxUploadSizeExceededException doesn't invoke the exception handling method in Spring

前端 未结 7 1978
不知归路
不知归路 2020-12-09 19:29

I\'m using Spring 3.2.0. According to this answer, I have the same method in my annotated controller which implements the HandlerExceptionResolver interface suc

7条回答
  •  既然无缘
    2020-12-09 19:47

    Is there anyway to get the @RequestParam arguments defined in the controller method in the ExceptionHandler that manages the MaxUploadSizeExceededException? Seems to be being thrown before getting to the Controller method.

提交回复
热议问题