Tomcat and Internet Explorers caching

2005-06-22 Thread Øyvind Johansen
Hello! Our web-application uses a combination of JSP-pages and a controller servlet. When viewing these pages with Internet Explorer weird things tend to happen. I found out that if Internet Explorers caching is set to automatic checking for newer versions on the server everything goes wrong.

RE: Tomcat and Internet Explorers caching

2005-06-22 Thread Allistair Crossley
- From: Øyvind Johansen [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 11:11 To: 'Tomcat Users List' Subject: Tomcat and Internet Explorers caching Hello! Our web-application uses a combination of JSP-pages and a controller servlet. When viewing these pages with Internet Explorer weird

RE: Tomcat and Internet Explorers caching

2005-06-22 Thread Øyvind Johansen
- From: Øyvind Johansen [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 11:11 To: 'Tomcat Users List' Subject: Tomcat and Internet Explorers caching Hello! Our web-application uses a combination of JSP-pages and a controller servlet. When viewing these pages with Internet Explorer

RE: Tomcat and Internet Explorers caching

2005-06-22 Thread Maarten Janssen
PROTECTED] Verzonden: woensdag 22 juni 2005 12:39 Aan: 'Tomcat Users List' Onderwerp: RE: Tomcat and Internet Explorers caching You may be right, but I think it's just our weird way of combining jsp/servlets with a magnet card reader that takes IE off guard. Heres a typical example: User uses

Re: Tomcat and Internet Explorers caching

2005-06-22 Thread Patrick Thomas
Hi Øyvind, This works quite well for me. Place the following magic incantation at the *end* of your JSP. Specifically, place it after the closing body tag, but before the closing html tag. In context it looks like this: /body !-- Hack to disable IE caching -- head meta HTTP-EQUIV=PRAGMA