]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/web.xml
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / web.xml
index ea67a16d40f3de28261eb5bc4549d8a40f22cb79..0f912c06f82dc283337502ad141354ce92aadfac 100644 (file)
         <param-name>javax.faces.FACELETS_REFRESH_PERIOD</param-name>
         <param-value>-1</param-value>
     </context-param>
-    <context-param>
-        <description>State saving method</description>
-        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
-        <param-value>client</param-value>
-    </context-param>
     <context-param>
         <description>Development mode for WELD, keep disabled unless really needed. Currently it messes up the website.</description>
         <param-name>org.jboss.weld.development</param-name>
         <param-name>is_feature_guest_menu_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
+    <context-param>
+        <description>Whether the guest's index content is shown</description>
+        <param-name>is_feature_guest_index_content_enabled</param-name>
+        <param-value>true</param-value>
+    </context-param>
     <context-param>
         <description>Whether recovery of user passwords is enabled.</description>
         <param-name>is_feature_user_password_recovery_enabled</param-name>