]
Arthur Borsboom commented on WFLY-11095:
----------------------------------------
It is good to read that this issue has been resolved.
In which version will this fix be available?
And what is the estimation of when this version be released?
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}