Error Information:HTTP Status 400 – Bad Request
The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
Error Cause:dispatcherServlet-servlet.xml
Why? Review class DispatcherServlet:
public static final String MULTIPART_RESOLVER_BEAN_NAME = "multipartResolver";
Pay more attention to other final variables.
Error Solution: