Maximum Request Size handling support for Undertow in StandardMultipartHttpServletRequest #32549
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Affects: <Spring Framework version> 6.1.5
Dear collegues I was following the discussions in 26096 and 31850 , but not see if we are going to have a support for Request Size (In CommonsMultipartResolver was FileUploadBase.SizeLimitExceededException).
It throws now Caused by: java.lang.IllegalStateException: io.undertow.server.RequestTooBigException: UT000020: Connection terminated as request was larger than 31457280. In case if the similiar check something in message which maybe not best idea can have some similiar check agains words 'request' and 'larger' and throws
MaxUploadSizeExceededException
as was inCommonsMultipartResolver
Thanks in advance
The text was updated successfully, but these errors were encountered: