
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
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
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|