[Bug 66582] Can't reference static fields declared in interfaces in JSP pages: javax.el.ELException: The class [...] must be public, in an exported package (for Java 9+), non-abstract and not an inter

2023-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66582 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66582] Can't reference static fields declared in interfaces in JSP pages: javax.el.ELException: The class [...] must be public, in an exported package (for Java 9+), non-abstract and not an inter

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66582 --- Comment #1 from Mark Thomas --- This is a regression caused by fixing bug 66441. The import is valid for a JSP but not for EL. I'll get this fixed for the May releases. -- You are receiving this mail because: You are the assignee for