cache problem with IE 6

Hello,

I would like to browse HTML documents with IE from Tamino Web dav server.

IE uses the HTTP header “If-Modified-Since” to check if the document has changed on the server.

If I edit the document, the server always returns the 304 return code and IE thinks the document in its own cache is the good version.

Here is a trace with an HTTP sniffer :

→ C04 → S05 ==== (-2092) Request <GET /taminowebdavserver/cr/documents/radio/Professional20Report.htm HTTP/1.1>
→ C04 → S05 GET /taminowebdavserver/cr/documents/radio/Professional%20Repor
t.htm HTTP/1.1
→ C04 → S05 Accept: /
→ C04 → S05 Accept-Language: fr
→ C04 → S05 Accept-Encoding: gzip, deflate
→ C04 → S05 If-Modified-Since: Wed, 09 Jun 2004 15:06:47 GMT
→ C04 → S05 If-None-Match: f175a956c31a55f977ece6224a6255c0
→ C04 → S05 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
→ C04 → S05 Host: localhost:8081
→ C04 → S05 Connection: Keep-Alive
→ C04 → S05 Cookie: JSESSIONID=758832CCD0249032A8D897B1602E15E1
→ C04 → S05 ==== Body 0 bytes

← C04 ← S05 ==== (-2092) Response 304 to <GET /taminowebdavserver/cr/documents/radio/Professional%20Report.htm HTTP/1.1>
← C04 ← S05 HTTP/1.1 304 Non Modifi

This problem happens with TWS 4.2.

TWS 4.1.5 seems to manage caching fine.