You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/08/27 16:44:14 UTC

DO NOT REPLY [Bug 22755] New: - say which variable is at fault! ("Cannot compare null variable to value true")

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22755>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22755

say which variable is at fault! ("Cannot compare null variable to value true")

           Summary: say which variable is at fault! ("Cannot compare null
                    variable to value true")
           Product: Tomcat 4
           Version: 4.1.24
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org


I am getting
<<
javax.servlet.ServletException: Cannot compare null variable to value true
	at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:533)
...>>

Jasper certainly knows with variable is null  ===> it would be very helpful for
the user to know which one!