History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-560
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Patrick Lightbody
Reporter: Patrick Lightbody
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

SessionMap holds on to requests when it doens't need to

Created: 16/Jun/04 10:56 AM   Updated: 16/Jun/04 10:57 AM
Component/s: Misc
Affects Version/s: 2.0
Fix Version/s: 2.1


 Description  « Hide
SessionMap would hold on to the request object (and then call getSession()) when it really only needs to hold on to the HttpSession object. This becomes a problem if you execute actions in the background and the request has been returned to the pool.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.