NullPointerException after Session expiration
---------------------------------------------

         Key: MYFACES-1075
         URL: http://issues.apache.org/jira/browse/MYFACES-1075
     Project: MyFaces
        Type: Bug
  Components: General  
 Environment: java5, Tomcat5.5, MyFaces 1.1.1
    Reporter: Andrej Konkow


After Sessionexpiration or restarting Tomcat: If clicking on any link on the 
JSF Page I get the following Exception:

java.lang.NullPointerException
        at 
org.apache.myfaces.renderkit.html.HtmlRendererUtils.selectContentType(HtmlRendererUtils.java:919)
        at 
org.apache.myfaces.component.html.util.AddResource.writeWithFullHeader(AddResource.java:443)
        at 
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:132)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        ........

I am using ServerState-Saving. I also read on the internet that using 
jscookmenu might be the problem but anyway: The Nullpointer shouldn't be 
thrown...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to