]
Arthur Borsboom commented on WFLY-11095:
----------------------------------------
You might be right. :)
I will have a more thorough test somewhere in the upcoming days and report back to you.
Thanks for your effort.
Wildfly 14.0.0 regression: EL returns empty string on constant
--------------------------------------------------------------
Key: WFLY-11095
URL:
https://issues.jboss.org/browse/WFLY-11095
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 14.0.0.Final
Environment: Linux
Reporter: Arthur Borsboom
Assignee: Stuart Douglas
Priority: Major
This does work in Wildfly 13, but not in Wildfly 14:
<%@ page import="com.example.YourConstants" %>
${YourConstants.FOO}