Open
Description
The following should be analyzed because off hand it seems inefficient. Multipart requests are resolved multiple times for handling url mappings which appears to be real inefficient.
-> DefaultUrlMappingInfo.tryMultipartParams
is invoked for every UrlMappingInfo because of the call to getActionName()
due to checkDispatchAction(webRequest.getCurrentRequest());
Metadata
Metadata
Assignees
Type
Projects
Status
Todo