https://issues.apache.org/bugzilla/show_bug.cgi?id=50147

--- Comment #3 from balusc <bal...@gmail.com> 2010-10-25 21:28:59 EDT ---
>From JSP 2.2 EL specification:

---------------------------------------
1.14 Reserved Words

The following words are reserved for the language and must not be used as
identifiers.

    and   eq     gt     true   instanceof
    or    ne     le     false  empty
    not   lt     ge     null   div        mod

Note that many of these words are not in the language now, but they may be in
the
future, so developers must avoid using these words.
---------------------------------------

I don't see "static" nor "class" in the list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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

Reply via email to