diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index f2e529bfc6..d273cdf40a 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -2681,7 +2681,7 @@ background=/themes/cool/img/coolBg.jpg </html> The next step is to create a controller that handles the file - upload.This controller is very similar to a normal annotated @Controller, except that we use MultipartHttpServletRequest or