
|
If you were logged in you would be able to see more operations.
|
|
|
OSCache
Created: 28/May/04 12:43 PM
Updated: 10/Apr/05 04:26 AM
|
|
| Component/s: |
Tags
|
| Affects Version/s: |
2.0.2
|
| Fix Version/s: |
2.1.1
|
|
|
Environment:
|
Jetty 5.0
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
CACHE-134
<oscache:cache> always creates HttpSe...
|
|
|
|
|
|
|
Inserting the following into a JSP page will result in a session object to be created, even though the page states session = false.
<cache:cache key="test">
Test
</cache:cache>
|
|
Description
|
Inserting the following into a JSP page will result in a session object to be created, even though the page states session = false.
<cache:cache key="test">
Test
</cache:cache>
|
Show » |
|
ServletCacheAdministrator instances don't refer directly back to their owning ServletContext, though since the model is one administrator per context, it seems reasonable to do so (unless I'm missing something), and to avoid creating a session to access the context.