SWF-1373 Upgrade to Spring 3.0.4, update booking-mvc sample (Spring MVC resource serving, default servlet mapping)

This commit is contained in:
Rossen Stoyanchev
2010-08-25 19:19:50 +00:00
parent df3ad6f174
commit 4158063836
37 changed files with 176 additions and 187 deletions

View File

@@ -6,11 +6,7 @@
<!-- Maps JSF 2 resource requests to an instance of org.springframework.faces.webflow.FacesJsfResourceRequestHandler -->
<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="order" value="0"/>
<property name="mappings">
<value>
/javax.faces.resource/**=jsfResourceHandler
</value>
</property>
<property name="mappings" value="/javax.faces.resource/**=jsfResourceHandler"/>
</bean>
<!-- Maps request paths to flows in the flowRegistry; e.g. a path of /hotels/booking looks for a flow with id "hotels/booking" -->