You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by sfussenegger <gi...@git.apache.org> on 2013/12/12 15:42:55 UTC

wicket pull request: WICKET-5441 IResourceCachingStrategy implementations s...

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 <st...@molindo.at>
Date:   2013-12-12T14:39:51Z

    WICKET-5441 IResourceCachingStrategy implementations should only set caching if version matches

----