I want to update some static content (image files) within my ear without changing the code. I know I can just replace the files themselves, then deploy the static content up to production. However, I want the user to see these new images immediately. I'm afraid of them being cached. Is there any way I can guarantee that the user will see the new images? Will renaming them in the filename and jsp make them uncached?
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Eric Juneau wrote: Will renaming them in the filename and jsp make them uncached?