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 2001/10/18 09:43:09 UTC

DO NOT REPLY [Bug 4260] New: - PageContextImpl cast in JspFactoryImpl.getPageContext()

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=4260>.
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=4260

PageContextImpl cast in JspFactoryImpl.getPageContext()

           Summary: PageContextImpl cast in JspFactoryImpl.getPageContext()
           Product: Tomcat 3
           Version: 3.2.3 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: udo.stark@init.de


In JspFactoryImpl.getPageContext() line 92 you could cast to PageContext instead 
of PageContextImpl.
We use an own PageConetxt implementation enclosing the original PageContext (for 
clean-up at release()). If usePool is true we get a ClassCastException.