[jboss-jira] [JBoss JIRA] (WFLY-10718) Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work for servlet 4.0

Jan Stourac (JIRA) issues at jboss.org
Thu Jul 19 07:16:00 EDT 2018


     [ https://issues.jboss.org/browse/WFLY-10718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Stourac reassigned WFLY-10718:
----------------------------------

    Assignee: Stuart Douglas  (was: James Perkins)


> Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work for servlet 4.0
> ----------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-10718
>                 URL: https://issues.jboss.org/browse/WFLY-10718
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 10.0.0.Final, 10.1.0.CR1
>            Reporter: Jan Stourac
>            Assignee: Stuart Douglas
>
> Java EE7 (which supports EL 3.0 spec) allows JSPs to use EL expressions like:
> {code}
> <html>
>    <body>
>       foo: --- ${Boolean.TRUE} ---<br>
>       bar: --- ${Integer.MAX_VALUE} ---<br>
>    </body>
> </html>
> {code}
> However, the {code}${Boolean.TRUE}{code} and {code}${Integer.MAX_VALUE}{code} in the above example aren't evaluated correctly and instead a blank string is rendered for them. 
> More details in the linked forum thread https://developer.jboss.org/thread/271825



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list