SWF-1376 Show error dialog when response is empty and there is no Spring redirect header.

This commit is contained in:
Rossen Stoyanchev
2010-09-17 09:07:41 +00:00
parent a89f24d954
commit 1402a68f37
2 changed files with 20 additions and 10 deletions

View File

@@ -8,11 +8,7 @@
<!-- Enables controllers mapped with @RequestMapping annotations, formatting annotations @NumberFormat @DateTimeFormat, and JSR 303 style validation -->
<mvc:annotation-driven/>
<mvc:resources location="classpath:/META-INF/dojo/" mapping="/resources/dojo/**" />
<mvc:resources location="classpath:/META-INF/dijit/" mapping="/resources/dijit/**" />
<mvc:resources location="classpath:/META-INF/spring/" mapping="/resources/spring/**" />
<mvc:resources location="/" mapping="/resources/**" />
<mvc:resources mapping="/resources/**" location="/, classpath:/META-INF/web-resources/" />
<mvc:default-servlet-handler />
<!-- Maps request paths to flows in the flowRegistry; e.g. a path of /hotels/booking looks for a flow with id "hotels/booking". -->