Re: Tomcat 7.0: Unused primitive long or double variables prevent Tomcat from compiling JSP

2014-10-21 Thread Konstantin Kolinko
2014-10-21 19:26 GMT+04:00 Nasry Al-Haddad : > Hello, > > Have an issue on Tomcat 7.0.55 on Windows XP, where Tomcat refuses to > compile a JSP if a primitive variable of type "long" or "double" references > a session attribute, but the variable is never used. Below are three > scenarios for type "

Tomcat 7.0: Unused primitive long or double variables prevent Tomcat from compiling JSP

2014-10-21 Thread Nasry Al-Haddad
Hello, Have an issue on Tomcat 7.0.55 on Windows XP, where Tomcat refuses to compile a JSP if a primitive variable of type "long" or "double" references a session attribute, but the variable is never used. Below are three scenarios for type "long". The issue can be regenerated on a fresh extract o