ben short wrote:
> Yes you are right, I am trying not to serve resources again if they
> havent changed. From what I have read I need to set the Last-Modified
> header on the HttpServletResponse. The client will then send a
> If-Modified-Since request header the next time it needs that resource.
> I can then send HTTP Error 304 - Not modified, in return and all will
> be well.
>
> Again, thanks for your help.

Good to hear that it works for you.

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to