StandardServletMultipartResolver#resolveLazily does not consistently convert parsing exceptions to MultipartException [SPR-11811] #16431
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Kazuki Shimizu opened SPR-11811 and commented
After the resolveLazily set true, i was sent a request that exceeds the max-file-size.
But occurred exception is not wrapped to the MultipartException.
Probably, should call the initializeMultipart method via getParameter, getParameterValues in StandardMultipartHttpServletRequest.
[WebLogic]
(not occurred the MultipartException)
[Resin]
(not occurred the MultipartException)
[Tomcat]
(occurred the MultipartException)
Affects: 3.2.9, 4.0.5
Issue Links:
The text was updated successfully, but these errors were encountered: