From 70ea14e86ea846ba8c6cd224086d64b8ed0a6dfd Mon Sep 17 00:00:00 2001 From: Carsten Schumann Date: Tue, 2 Jul 2019 12:14:08 +0200 Subject: [PATCH] Bugfix: Replaced deprecated .class.name call. The call to foo.class.name in JSP is deprecated and crashes in modern servers with the error message The identifier [class] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.zkoss.zel.impl.parser.SKIP_IDENTIFIER_CHECK to true. A proper replacement is foo['class'].name See also https://www.logicbig.com/how-to/jsp/jsp-not-valid-java-identifier-exception.html --- libreplan-webapp/src/main/webapp/common/layout/login.zul | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreplan-webapp/src/main/webapp/common/layout/login.zul b/libreplan-webapp/src/main/webapp/common/layout/login.zul index 558d51797..4f14f9671 100644 --- a/libreplan-webapp/src/main/webapp/common/layout/login.zul +++ b/libreplan-webapp/src/main/webapp/common/layout/login.zul @@ -132,13 +132,13 @@ - + ${i18n:_('User disabled')} ]]> - + ${i18n:_('Incorrect authentication')} ]]>