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/09/21 00:03:12 UTC

DO NOT REPLY [Bug 3752] - JspFactory.getDefaultFactory().getPageContext returns always null

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

JspFactory.getDefaultFactory().getPageContext returns always null

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From craig.mcclanahan@sun.com  2001-09-20 15:03 -------
The JspFactory.getDefaultFactory() method will only return a non-null result if
someone has called JspFactory.setDefaultFactory() to set it.  In Tomcat, this
only happens automatically for JSP pages themselves, so it won't work in an
arbitrary servlet.  And I don't see any spec requirement that it is supposed to.