Anonymous | Login | Signup for a new account | 12-17-2024 10:32 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001402 | [Resin] | major | always | 10-11-06 04:03 | 01-04-07 12:03 | ||||
Reporter | slonopotamus | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.1 | Product Version | 3.0.22 | ||||
Product Build | |||||||||
Summary | 0001402: valueBound should not be invoked when session is read from persistent store | ||||||||
Description |
Java Servlet Specification Version 2.4 SRV.15.1.7 HttpSession ===== When an application stores an object in or removes an object from a session, the session checks whether the object implements HttpSessionBindingListener . If it does, the servlet notifies the object that it has been bound to or unbound from the session. Notifications are sent after the binding methods complete. For session that are invalidated or expire, notifications are sent after the session has been invalidated or expired. ===== But Resin notifies the object when it is read from persistent store. I suppose the same applies to HttpSessionAttributeListener because reading from persistent store invokes HttpSession#setAttribute. |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
34 total queries executed. 28 unique queries executed. |