Generated by
JDiff

Class org.springframework.web.servlet.DispatcherServlet

Documentation changed from old to new.

Changed Methods
void cleanupMultipart(HttpServletRequest) Documentation changed from old to new.
Clean up any resources used by the given multipart request (if any).
 

Added Fields
String FLASH_MAP_MANAGER_ATTRIBUTE Name of request attribute that holds the FlashMapManager.
String INPUT_FLASH_MAP_ATTRIBUTE Name of request attribute that holds a read-only {@code Map} with "input" flash attributes saved by a previous request, if any.
String OUTPUT_FLASH_MAP_ATTRIBUTE Name of request attribute that holds the "output" FlashMap with attributes to save for a subsequent request.