GitHub user sfussenegger opened a pull request:
https://github.com/apache/wicket/pull/67
WICKET-5441 IResourceCachingStrategy implementations should only set
caching if version matches
This fix doesn't set caching for resources without a correct version in
IResourceCachingStrategy. It does however fall back to
application.getResourceSettings().getDefaultCacheDuration() which still is
WebResponse.MAX_CACHE_DURATION by default. Should it be set to Duration.NONE
instead?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/molindo/wicket WICKET-5441
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/67.patch
----
commit 0aa14be89305bfa5fb490e458cc6f688b11a9698
Author: Stefan Fussenegger <[email protected]>
Date: 2013-12-12T14:39:51Z
WICKET-5441 IResourceCachingStrategy implementations should only set
caching if version matches
----