diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml index 31325703..ac44ad53 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml @@ -11,7 +11,18 @@ - + + + + /intro=urlFilenameController + /main=flowController + /resources/*/**=flowController + /executions/*/**=flowController + + + + + @@ -42,5 +53,14 @@ - + + + + + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/index.html b/spring-webflow-samples/booking-mvc/src/main/webapp/index.html index 4b8dc35b..fce35507 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/index.html +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/index.html @@ -1,5 +1,5 @@ - + \ No newline at end of file