Browse Source

Merge branch '6.1.x'

pull/32397/head
rstoyanchev 2 years ago
parent
commit
8d24e22e33
  1. 1
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java

1
spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.java

@ -506,7 +506,6 @@ public class DefaultHandlerExceptionResolver extends AbstractHandlerExceptionRes @@ -506,7 +506,6 @@ public class DefaultHandlerExceptionResolver extends AbstractHandlerExceptionRes
* @param handler the executed handler, or {@code null} if none chosen
* at the time of the exception (for example, if multipart resolution failed)
* @return an empty ModelAndView indicating the exception was handled
* @throws IOException potentially thrown from {@link HttpServletResponse#sendError}
* @since 5.3.33
*/
protected ModelAndView handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex,

Loading…
Cancel
Save