Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3524 | major | always | 05-20-09 06:20 | 08-24-09 10:51 | |
|
|||||
Reporter: | hans | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|