Alfred_Ning
Alfred_Ning

Reputation: 1

Why does the uploaded file StandardMultipartHttpServletRequest turn into WrapperRequest?

org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#invokeHandlerMethod enter image description here

the request is StandardMultipartHttpServletRequest but the two method org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#invokeHandlerMethod enter image description here the request change to WrapperRequest , Why does it turn out this way?

Upvotes: -1

Views: 21

Answers (0)

Related Questions