updated urls to be .spring - make sure to empty your cache
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user