[elvystrac] r1666 - 1) redirection on index page fixed (phaseListener replaced by html forward in header)

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Wed, 3 Feb 2010 13:47:54 +0100

Author: DavidK
Date: 2010-02-03 13:47:54 +0100 (Wed, 03 Feb 2010)
New Revision: 1666

Modified:
   trunk/server/webServer2/WebContent/WEB-INF/faces-config.xml
   trunk/server/webServer2/WebContent/WEB-INF/web.xml
Log:
1) redirection on index page fixed (phaseListener replaced by html forward in 
header)
2) enabling/disabling of elvys fixed
3) calling 'create new layout' from menu fixed

Modified: trunk/server/webServer2/WebContent/WEB-INF/faces-config.xml
===================================================================
--- trunk/server/webServer2/WebContent/WEB-INF/faces-config.xml 2010-02-03 
12:47:25 UTC (rev 1665)
+++ trunk/server/webServer2/WebContent/WEB-INF/faces-config.xml 2010-02-03 
12:47:54 UTC (rev 1666)
@@ -35,9 +35,7 @@
    <supported-locale>en</supported-locale>
   </locale-config>
  </application>
- 
  <lifecycle>
-  
<phase-listener>cz.elvys.webServer.support.IndexPageRedirectPhaseListener</phase-listener>
   
<phase-listener>cz.elvys.webServer.auth.MySecurityPhaseListener</phase-listener>
  </lifecycle>
 </faces-config>

Modified: trunk/server/webServer2/WebContent/WEB-INF/web.xml
===================================================================
--- trunk/server/webServer2/WebContent/WEB-INF/web.xml  2010-02-03 12:47:25 UTC 
(rev 1665)
+++ trunk/server/webServer2/WebContent/WEB-INF/web.xml  2010-02-03 12:47:54 UTC 
(rev 1666)
@@ -82,6 +82,9 @@
  <welcome-file-list>
   <welcome-file>/index.jsf</welcome-file>
  </welcome-file-list>
+ <session-config>  
+    <session-timeout>30</session-timeout>  
+ </session-config>
  <error-page>
   <error-code>404</error-code>
   <location>/reconnect.jsf</location>


Other related posts:

  • » [elvystrac] r1666 - 1) redirection on index page fixed (phaseListener replaced by html forward in header) - elvys