Uh..thanks..it was not a good day when I asked this question. My apologies :)
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Wednesday, August 04, 2010 10:03 AM
To: Tomcat Users List
Subject: Re: Caching of static content
-BEGIN PGP SIGNED
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
On 8/2/2010 2:06 PM, john.rana...@thomsonreuters.com wrote:
> Can someone point me to the documentation on how to handle caching of
> static content? Images and static HTML documents are all being returned
> without cach-control response headers
Christopher Schultz-2 wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>
> Why assume non-ROOT deployment? It's just as easy to use
> ServletContext.getContextPath() than it is to arbitrarily chop
> characters out of a URI.
>
>
> 1) This is just a mock Filter to reproduce the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jukka,
On 5/19/2009 7:58 AM, Jukka Raanamo wrote:
> I was trying to create a Filter that generates the some content as files (if
> required) into the file system and lets the default servlet handle the rest.
Interesting idea.
> However I noticed tha