Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000177 [Resin] minor always 05-16-05 00:00 11-30-05 14:44
Reporter sun2bin View Status public  
Assigned To
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.14 Product Version 3.0.13
  Product Build 3.0.13
Summary 0000177: with <%@page session='false' %>, ${sessionScope.xxx} causes NPE
Description RSN-177
the simple JSP page:
<%@page session="false" %> test=${sessionScope.test}

causes

500 Servlet Exception
java.lang.NullPointerException
    at com.caucho.jsp.el.ImplicitFieldExpr.evalObject(ImplicitFieldExpr.java:77)
    at com.caucho.el.Expr.print(Expr.java:275)
    at _jsp.___jsp._jspService(.jsp:1)
    at com.caucho.jsp.JavaPage.service(JavaPage.java:60)
    at com.caucho.jsp.Page.pageservice(Page.java:570)
    at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:159)
    at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:163)
    at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
    at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:259)
    at com.caucho.server.port.TcpConnection.run(TcpConnection.java:341)
    at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490)
    at com.caucho.util.ThreadPool.run(ThreadPool.java:423)
    at java.lang.Thread.run(Thread.java:534)


--------------------------------------------------------------------------------
Resin-3.0.s050516 (built Mon, 16 May 2005 08:34:43 PDT)
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000201)
ferg
05-16-05 00:00

jsp/1b66
 

- Issue History
Date Modified Username Field Change
05-16-05 00:00 sun2bin New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.14
11-30-05 14:44 ferg Status resolved => closed


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker