Mantis - Resin
Viewing Issue Advanced Details
422 minor always 10-14-05 00:00 12-07-05 10:24
sam  
 
urgent  
closed 3.0.14  
3.0.14 fixed  
none    
none 3.0.16  
0000422: pageContext.findAttribute IllegalArgumentException
RSN-468
(rep by B Davis)

calls to pageContext.findAttribute throw an IllegalArgumentException if
the session is invalid. According to the API documentation provided by
Sun.
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/JspContext.html#findAttribute(java.lang.String) [^] ,
this call should not thow an IllegalArgumentException . Note that calls
that are specific to a scope such as getAttribute(String name, int scope) do
throw this
exception.http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/JspContext.html#getAttribute(java.lang.String,%20int) [^]

Notes
(0000524)
ferg   
12-07-05 10:24   
jsp/162e