X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=6efce9f51685c8aae0a8ad0ae200be3b978ed0a9;hb=761204284f114323ab6736b4d5d1293f1fb8899b;hp=0e403f6c1f1dbc66954486a3a7bf0aa157eeb8b2;hpb=da8f51f36be53557227ada5e1649a59e506fc76b;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 0e403f6c..6efce9f5 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,36 +1,179 @@ - - javax.faces.PROJECT_STAGE - Development - - - Faces Servlet - javax.faces.webapp.FacesServlet - 1 - - - pdf - org.mxchange.pizzaapplication.servlet.receipt.PdfReceiptServlet - - - Faces Servlet - /faces/* - - - tpl - text/plain - - - pdf - /customer/recipt.pdf - - - - 30 - - - - faces/index.xhtml - + A pizza shop application, created and open-sourced while I was at my JavaEE training. + Pizza-Service Application v1.0 + + Project stage. + javax.faces.PROJECT_STAGE + Development + + + Whether the date converter's default timezone is system's timezone. + javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE + true + + + Whether the multi-page registration page or a single registration page is active + is_feature_user_register_multiple_page_enabled + true + + + Whether a user name is required for this application. + is_feature_user_name_required_enabled + true + + + Whether "resend confirmation link" is enabled. + is_feature_user_resend_confirmation_link_enabled + true + + + Whether registration page is enabled. + is_feature_user_registration_enabled + true + + + Whether the guest menu is enabled/shown to the user. + is_feature_guest_menu_enabled + true + + + Whether recovery of user passwords is enabled. + is_feature_user_password_recovery_enabled + true + + + Wether the personal title is required for using the general contact controller. + is_feature_general_personal_title_enabled + true + + + Whether personal title is required for administrative contact controller. + is_feature_admin_personal_title_enabled + true + + + Whether users are allowed to edit their user data. + is_feature_user_edit_data_enabled + true + + + Whether the user list is accessible and visible. + is_feature_user_list_enabled + true + + + Whether imprint page is enabled. + is_feature_imprint_enabled + true + + + Whether terms page is enabled. + is_feature_terms_enabled + true + + + Whether privacy page is enabled. + is_feature_privacy_enabled + true + + + Feature: Users must change password after login (with current password). Administrators can enforce this. + is_feature_user_must_change_password_enabled + true + + + Whether users are allowed to change their login password. + is_feature_change_user_password_enabled + true + + + Whether users can change their email address. + is_feature_user_must_change_email_address_enabled + true + + + Whether user registration page is in index or own page. + is_feature_user_registration_in_index_enabled + false + + + Whether user can leave both passwords empty on registration. + is_feature_allow_user_registration_empty_password_enabled + false + + + Maximum passwords that must be different. + max_user_password_history + 5 + + + Whether debugging of registration form is enabled. + is_debug_register_enabled + false + + + Whether the public user profile is enabled. If this option is enabled, the setting "is_user_name_required" must also be enabled as it is mandadory. + is_public_profile_enabled + true + + + Whether user names are required for completing registration. + is_user_name_required + true + + + Minimum password score (default 50 may be to low) + min_user_password_score + 50 + + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + pdf + org.mxchange.pizzaapplication.servlet.receipt.PizzaPdfReceiptServlet + + + Faces Servlet + /faces/* + + + tpl + text/plain + + + pdf + /customer/recipt.pdf + + + + 30 + + + + faces/index.xhtml + + + AdminConstraint + + admin + Administrative Area + /faces/admin/* + + + Administrative Area Login + admin + + + + BASIC + file + + + Administrative role + admin +