From ed584c7a5ef6821493d0f15ebbbb94ac4f8cabb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 21 Jun 2017 20:21:56 +0200 Subject: [PATCH] updated web.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/web.xml | 53 +++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index ca595b6f..b7721a26 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -2,6 +2,11 @@ An application to handle all your receipts and do some calculation with it JFinancials 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 @@ -73,7 +78,7 @@ true - Whether users must change password after login (with current password). Administrators can enforce this. + Feature: Users must change password after login (with current password). Administrators can enforce this. is_feature_user_must_change_password_enabled true @@ -93,9 +98,14 @@ false - Whether the can change email address. - is_feature_user_change_email_address_enabled - true + 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. @@ -112,32 +122,31 @@ min_user_password_score 50 - - Maximum passwords that must be different. - max_user_password_history - 5 - - - Whether debugging of registration form is enabled. - is_debug_register_enabled - false - 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 - - true - faces/index.xhtml @@ -146,24 +155,20 @@ AdminConstraint admin - Administrative area + Administrative Area /faces/admin/* - Admin authentication + Administrative Area Login admin - - tpl - text/plain - BASIC file - Administrativre rule + Administrative role admin -- 2.39.5