StandardMultipartHttpServletRequest(request: HttpServletRequest)
Create a new StandardMultipartHttpServletRequest wrapper for the given request, immediately parsing the multipart content.
request - the servlet request to wrap
MultipartException - if parsing failed
StandardMultipartHttpServletRequest(request: HttpServletRequest, lazyParsing: Boolean)
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
request - the servlet request to wrap
lazyParsing - whether multipart parsing should be triggered lazily on first access of multipart files or parameters