]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
updated web.xml
authorRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2017 18:21:57 +0000 (20:21 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2017 18:21:57 +0000 (20:21 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/web.xml

index 47340ab5c5c5324fe7a45d9134697bd06b108522..2ad0bb1427917226a575986ecbfab459880911c0 100644 (file)
@@ -2,6 +2,11 @@
 <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
     <description>A pizza shop application, created and open-sourced while I was at my JavaEE training.</description>
     <display-name>Pizza-Service Application v1.0</display-name>
+    <context-param>
+        <description>Project stage.</description>
+        <param-name>javax.faces.PROJECT_STAGE</param-name>
+        <param-value>Development</param-value>
+    </context-param>
     <context-param>
         <description>Whether the date converter's default timezone is system's timezone.</description>
         <param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE</param-name>
         <param-name>is_feature_user_name_required_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
-    <context-param>
-        <description>Whether the public user profile is enabled.</description>
-        <param-name>is_public_profile_enabled</param-name>
-        <param-value>false</param-value>
-    </context-param>
     <context-param>
         <description>Whether "resend confirmation link" is enabled.</description>
         <param-name>is_feature_user_resend_confirmation_link_enabled</param-name>
@@ -30,7 +30,7 @@
     <context-param>
         <description>Whether registration page is enabled.</description>
         <param-name>is_feature_user_registration_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether the guest menu is enabled/shown to the user.</description>
@@ -40,7 +40,7 @@
     <context-param>
         <description>Whether recovery of user passwords is enabled.</description>
         <param-name>is_feature_user_password_recovery_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Wether the personal title is required for using the general contact controller.</description>
     <context-param>
         <description>Whether personal title is required for administrative contact controller.</description>
         <param-name>is_feature_admin_personal_title_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether users are allowed to edit their user data.</description>
         <param-name>is_feature_user_edit_data_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether the user list is accessible and visible.</description>
         <param-name>is_feature_user_list_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether imprint page is enabled.</description>
         <param-value>true</param-value>
     </context-param>
     <context-param>
-        <description>Maximum passwords that must be different.</description>
-        <param-name>max_user_password_history</param-name>
-        <param-value>5</param-value>
-    </context-param>
-    <context-param>
-        <param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE</param-name>
+        <description>Whether users can change their email address.</description>
+        <param-name>is_feature_user_must_change_email_address_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
     <context-param>
-        <description>Whether debugging of registration form is enabled.</description>
-        <param-name>is_debug_register_enabled</param-name>
+        <description>Whether user registration page is in index or own page.</description>
+        <param-name>is_feature_user_registration_in_index_enabled</param-name>
         <param-value>false</param-value>
     </context-param>
     <context-param>
-        <description>Whether users can change their email address.</description>
-        <param-name>is_feature_user_must_change_email_address_enabled</param-name>
-        <param-value>true</param-value>
+        <description>Maximum passwords that must be different.</description>
+        <param-name>max_user_password_history</param-name>
+        <param-value>5</param-value>
     </context-param>
     <context-param>
-        <description>Whether user registration page is in index or own page.</description>
-        <param-name>is_feature_user_registration_in_index_enabled</param-name>
+        <description>Whether debugging of registration form is enabled.</description>
+        <param-name>is_debug_register_enabled</param-name>
         <param-value>false</param-value>
     </context-param>
     <context-param>