From 0b9d98ba1ce8f18b63a80123b86426bae7ac175b Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Mon, 19 Jul 2010 14:20:39 +0000 Subject: [PATCH] disable welcome files (for Servlet 3 compatibility) --- src/main/webapp/WEB-INF/web.xml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 4d7a09ab9..768329b1b 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -147,16 +147,16 @@ / - - httpMethodFilter - org.springframework.web.filter.HiddenHttpMethodFilter - + + httpMethodFilter + org.springframework.web.filter.HiddenHttpMethodFilter + + + + httpMethodFilter + petclinic + - - httpMethodFilter - petclinic - - 10 @@ -167,6 +167,12 @@ /WEB-INF/jsp/uncaughtException.jsp + + + + + + - + \ No newline at end of file