Hello
I am using a caching Filter that *conditionally* uses
the default servlet (through RequestDispatcher) to
serve a page, or generate it again. In the case when
the default servlet is used to serve the page, this
servlet seems to send the headers Last-modified and
ETag, and this seems to have an effect on IE which, on
a shift-refresh, does not seem to request the page
again at all. (IE, by default, is set to check for
newer versions of stored pages 'Automatically').

1. Is the IE behaviour due to those two headers?
2. If yes, how can I instruct the default servlet not
send these headers?
3. Sending these headers is good, but I thought IE
would send the request, nevertheless, with the
If-none-matched and If-Modified-Since. Is this
something wrong with IE?

Thanks
~rf

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to