From 9f9a27a1d87aed2a165df0fb6f51d803a6cf9570 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 14 May 2010 14:04:56 +0000 Subject: [PATCH] SPR-7158: Added missing space in MVC docbook file --- spring-framework-reference/src/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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