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

            Bug ID: 63407
           Summary: EL Compiler can not compile when the EL contains a
                    java reserved word
           Product: Tomcat 7
           Version: 7.0.94
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
          Assignee: dev@tomcat.apache.org
          Reporter: pashaza...@gmail.com
  Target Milestone: ---

We have class in our project with a accessor method with signature of

  public boolean isFloat() {}

when referencing this method in JSP ELs (having something like ${abean.float}),
JSP compiler throws an error during compilation of the JSP.

There was no such a problem in Tomcat 6.x but, Tomcat 7.x and Tomcat 8.5.x have
the same problem and can not compile the JSP when it contains float as a part
of EL path.

As a workaround I renamed the method to something else.

-- 
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