updated urls to be .spring - make sure to empty your cache

This commit is contained in:
Keith Donald
2007-08-20 22:13:34 +00:00
parent 290fa49d3f
commit a84f45bdbf
3 changed files with 5 additions and 7 deletions

View File

@@ -47,10 +47,10 @@
</filter-class>
</filter>
<!-- Filters all request to *.faces to the Flow System Cleanup Filter for guarenteed cleanup -->
<!-- Filters all request to *.spring to the Flow System Cleanup Filter for guarenteed cleanup -->
<filter-mapping>
<filter-name>Flow System Cleanup Filter</filter-name>
<url-pattern>*.swf</url-pattern>
<url-pattern>*.spring</url-pattern>
</filter-mapping>
<!-- The front controller for the JSF application, responsible for handling all application requests -->
@@ -61,11 +61,9 @@
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.swf</url-pattern>
<url-pattern>*.spring</url-pattern>
</servlet-mapping>
<!-- Map all requests to *.faces to the Faces Servlet for handling -->
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>

View File

@@ -1,5 +1,5 @@
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=intro.swf">
<meta http-equiv="Refresh" content="0; URL=intro.spring">
</head>
</html>

View File

@@ -51,7 +51,7 @@
<li>Client-side validation with ExtJs</li>
</ul>
<p align="right">
<a href="controller.swf?_flowId=main-flow">Start your hotel booking experience</a>
<a href="controller.spring?_flowId=main-flow">Start your hotel booking experience</a>
</p>
</div>
</div>