Mantis - Resin
Viewing Issue Advanced Details
3524 major always 05-20-09 06:20 08-24-09 10:51
hans  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.2  
0003524: JSTL and sessionScope
Very surprised by this.

With 3.2.1 I get the session value on page 2.jsp - not so with 4.0.0. Tested on Windows.

BR

Hans

1.jsp
*******************************

<%@ taglib uri="http://java.sun.com/jstl/core" [^] prefix="c" %>
<c:set var="test" value="Session value 123" scope="session" />
<c:redirect url="2.jsp"/>


2.jsp
*******************************
<%@ taglib uri="http://java.sun.com/jstl/core" [^] prefix="c" %>
<html>
  <head>
    <title></title>
  </head>

  <body>
          Session value:<c:out value="${sessionScope.test}" />
  </body>
</html>

Notes
(0004136)
ferg   
08-24-09 10:51   
jsp/1c2o