Hi Geert, From the source, it looks like the cache headers are already being set, so that should be fine. However, in my MySQL system, the ContentInfo table 'created' column only has date data (no time):
created version name path 2007-07-27 00:00:00 1 DSCN0418_edited.JPG /catalogitem/80/imagesmall 2007-07-27 00:00:00 2 DSCN0418_edited.JPG /catalogitem/80/imagesmall 2007-07-27 00:00:00 3 DSCN0418_edited.JPG /catalogitem/80/imagesmall So, the result is that the browser is told nothing has changed. :) ========================= $ head DSCN0418_edited.JPG HTTP/1.1 200 OK Date: Fri, 27 Jul 2007 14:10:50 GMT Server: Jetty/5.1.4 (Windows XP/5.1 x86 java/1.5.0_03 Content-Type: image/jpeg; charset=UTF-8 Content-Disposition: inline; filename=DSCN0418_edited.JPG Cache-Control: must-revalidate Expires: Fri, 27 Jul 2007 15:10:50 GMT Last-Modified: Fri, 27 Jul 2007 07:00:00 GMT Content-Length: 5746 Connection: keep-alive [EMAIL PROTECTED] ~/wget $ head DSCN0418_edited.JPG.1 HTTP/1.1 200 OK Date: Fri, 27 Jul 2007 14:11:40 GMT Server: Jetty/5.1.4 (Windows XP/5.1 x86 java/1.5.0_03 Content-Type: image/jpeg; charset=UTF-8 Content-Disposition: inline; filename=DSCN0418_edited.JPG Cache-Control: must-revalidate Expires: Fri, 27 Jul 2007 15:11:40 GMT Last-Modified: Fri, 27 Jul 2007 07:00:00 GMT Content-Length: 5746 Connection: keep-alive $ head DSCN0418_edited.JPG.2 HTTP/1.1 200 OK Date: Fri, 27 Jul 2007 14:23:35 GMT Server: Jetty/5.1.4 (Windows XP/5.1 x86 java/1.5.0_03 Content-Type: image/jpeg; charset=UTF-8 Content-Disposition: inline; filename=DSCN0418_edited.JPG Cache-Control: must-revalidate Expires: Fri, 27 Jul 2007 15:23:35 GMT Last-Modified: Fri, 27 Jul 2007 07:00:00 GMT Content-Length: 5044 Connection: keep-alive ========================= I can file a Jira issue... :) Josh -- Joshua Hansen Up Bear Enterprises (541) 760-7685 Geert Bevin wrote: > This is probably a browser cache issue, you could try setting up the > cache headers you need in the serve content element. > > On 27 Jul 2007, at 15:20, David Herbert wrote: > >> Hi Geert, >> >> Thanks for your help - it seems like the transform is now being >> applied, though I have to reload the image a few times before I see >> that >> it has indeed been watermarked. Not sure why (when I was running a >> debug version of the app earlier) that the breakpoint I put at the >> start >> of the transform method wasn't being hit. All would now seem to be >> well! >> >> David. >> >> -- >> This message (and any attachments) is for the recipient only. NERC >> is subject >> to the Freedom of Information Act 2000 and the contents of this >> email and any >> reply you make may be disclosed by NERC unless it is exempt from >> release under >> the Act. Any material supplied to NERC may be stored in an electronic >> records management system. >> > > -- > Geert Bevin > Terracotta - http://www.terracotta.org > Uwyn "Use what you need" - http://uwyn.com > RIFE Java application framework - http://rifers.org > Music and words - http://gbevin.com > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~---
