Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003524 [Resin] major always 05-20-09 06:20 08-24-09 10:51
Reporter hans View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.2 Product Version 4.0.0
  Product Build
Summary 0003524: JSTL and sessionScope
Description 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>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004136)
ferg
08-24-09 10:51

jsp/1c2o
 

- Issue History
Date Modified Username Field Change
05-20-09 06:20 hans New Issue
05-20-09 06:22 hans Issue Monitored: hans
08-24-09 10:51 ferg Note Added: 0004136
08-24-09 10:51 ferg Assigned To  => ferg
08-24-09 10:51 ferg Status new => closed
08-24-09 10:51 ferg Resolution open => fixed
08-24-09 10:51 ferg Fixed in Version  => 4.0.2


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