Mantis - Resin
Viewing Issue Advanced Details
538 minor always 12-21-05 09:14 01-10-06 15:02
ferg  
ferg  
urgent  
closed  
fixed  
none    
none 3.0.18  
0000538: pageContext.findAttribute
(rep by Gary Doughty)

This bug is still in 3.0.16 , probably because you read my email rather than my patch. I incorrectly typed IllegalArgumentException in the email, but my patch read IllegalStateException (which is correct). To test for this issue:
1.create a jsp page using
<%

session.invalidate();

pageContext.findAttribute("testVar");

%>


2. view the page


Notes
(0000666)
ferg   
01-10-06 15:02   
jsp/162e