Tagged Questions
0
votes
2answers
698 views
Enabling browser caching via java
Good day,
I am using CacheFilter to filter a certain path to my server (which outputs an image stream to the response stream). And I've configured it in my web.xml as follows:
<filter>
...