https://issues.apache.org/bugzilla/show_bug.cgi?id=57142
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Mark Thomas <ma...@apache.org> --- This is one of several areas that could benefit from some clarification in the JSP spec. Note the approach suggested above will add the imports to every JSP page in the application. On a per page basis you can use: <% pageContext.getELContext().getImportHandler().importStatic("java.lang.Integer.MAX_VALUE"); %> My current thinking os that this behaviour could be optional - i.e. controlled by configuration - until such time as there is some clarification in the JSP spec. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org