You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2023/01/24 19:05:03 UTC

[Bug 66441] Static field import failed on Expression Language lookup

https://bz.apache.org/bugzilla/show_bug.cgi?id=66441

--- Comment #1 from Isaac Rivera Rivas <is...@gmail.com> ---
Here are a few clarifications for this issue,

1) This is for EE10 specifically, as we've tried to update our Open Liberty
Pages Implementation to support static imports into the Expression Language
environment. Before EE10, only JSP expressions could be used for this type of
imports.

2) This scenario occurs with a mix up between Tomcat's EL API/Impl mixed with
Jakarta Pages' 3.1 API.

3) Perhaps the Jakarta EE Pages API is more at fault and should be updated to
look at static variables (via importHandler.resolveStatic), just as Tomcat
ImportELResolver does. 

@Mark Thomas think you would know more here, any help would be appreciated!
Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org