Re: Image cache problem - solved

2003-06-19 Thread Adam Hardy
situation correctly? David -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 15:16 To: Struts Users Mailing List Subject: Re: Image cache problem - solved Struts 1.1 will do this for you automatically if you set the following in your struts-config.xml

RE: Image cache problem - solved

2003-06-19 Thread David Bolsover
cache property in the controller handle this situation correctly? David -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 15:16 To: Struts Users Mailing List Subject: Re: Image cache problem - solved Struts 1.1 will do this for you automatically if you se

Re: Image cache problem - solved

2003-06-19 Thread Adam Hardy
ache-Control","no-cache"); response.setHeader("Pragma","no-cache"); response.setContentType("image/jpeg"); write image to sos sos.close(); return null; Problem solved :-) David -Original Message- From: Remke Rutgers [mailto:[EMAIL PR

RE: Image cache problem - solved

2003-06-19 Thread David Bolsover
;image/jpeg"); write image to sos sos.close(); return null; Problem solved :-) David -Original Message- From: Remke Rutgers [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 13:24 To: 'Struts Users Mailing List' Subject: RE: Image cache problem Hi David, I think i

RE: Image cache problem

2003-06-19 Thread Remke Rutgers
Hi David, I think it has nothing to do with browser versions, I think this is only caused by caching settings. You must realize that caching can occur both in browser cache (configure this using Tools->Internet Options->General->Temporary Internet Files->Settings) and in proxy server cache. You sh