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

Key: CACHE-135
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lars Torunski
Reporter: Lars Torunski
Votes: 0
Watchers: 1
Operations

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

CacheFilter for fragements of a page

Created: 29/Jan/05 02:01 AM   Updated: 06/Nov/05 11:20 AM
Component/s: Filters
Affects Version/s: 2.1
Fix Version/s: 2.2 RC


 Description  « Hide
The CacheFilter can't be used for (jsp/html) included pages, because the filter hasn't to factor in e.g. if-modified-since header CACHE-58 or Gzip compression CACHE-49. I think the implementation is similar to the 2.0.2 release of the CacheFilter, but hasn't to write the complete response to the output stream.

 All   Comments   Change History      Sort Order:
Lars Torunski - [02/Feb/05 04:00 PM ]
The filter checks if the request attribute javax.servlet.include.request_uri is set or the user had set the new servlet filter parameter "fragment" to true.