How to get rid of -ver-blah-blah-blah.gif versioning ?

2013-05-01 Thread smallufo
I am upgrading from 1.4 to 6.7 Is the random string appended used for anti-caching or object versioning ? I try to redeploy and the appended string is identical !? Now I am stuck by how to get rid of image/resource versioning , and enable caching ... I use general Image , or override

Re: How to get rid of -ver-blah-blah-blah.gif versioning ?

2013-05-01 Thread Martin Grigorov
Hi, Check https://cwiki.apache.org/WICKET/caching-in-wicket-15.html On Wed, May 1, 2013 at 6:36 PM, smallufo small...@gmail.com wrote: I am upgrading from 1.4 to 6.7 Is the random string appended used for anti-caching or object versioning ? I try to redeploy and the appended string is

Re: How to get rid of -ver-blah-blah-blah.gif versioning ?

2013-05-01 Thread smallufo
Hi thanks. But it doesn't mention how to turn off the -ver-blah-blah-blah string. I just want a general xxx.png , not xxx-ver-7E49549BCE322EACE0C8F26B4CD553C5.png 2013/5/2 Martin Grigorov mgrigo...@apache.org Hi, Check https://cwiki.apache.org/WICKET/caching-in-wicket-15.html On Wed,

Re: How to get rid of -ver-blah-blah-blah.gif versioning ?

2013-05-01 Thread Bertrand Guay-Paquet
The link at the bottom of the given wiki page has: To disable caching altogether (e.g. for performance comparisons) use getResourceSettings().setCachingStrategy(NoOpResourceCachingStrategy.INSTANCE) On 01/05/2013 1:05 PM, smallufo wrote: Hi thanks. But it doesn't mention how to turn off the