You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2012/05/04 21:18:48 UTC

[jira] [Assigned] (WICKET-4532) Disable caching for particular resources.

     [ https://issues.apache.org/jira/browse/WICKET-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl reassigned WICKET-4532:
----------------------------------

    Assignee: Peter Ertl
    
> Disable caching for particular resources.
> -----------------------------------------
>
>                 Key: WICKET-4532
>                 URL: https://issues.apache.org/jira/browse/WICKET-4532
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.5.5
>            Reporter: Daniel Lipski
>            Assignee: Peter Ertl
>            Priority: Minor
>
> Currently it is possible to disable resources versioning by :
> getResourceSettings().setCachingStrategy(NoOpResourceCachingStrategy.INSTANCE);
> Unfortunately this disables caching for every resource, it would be nice to disable caching for particular (package) resource, something like:
> PackageResourceReference res  = new PackageResourceReference(....);
> res.setCashable(false);
> Caching in general is good think but some javascript libraries get broken when filenames are modified with "-ver-..." token.
> Regards

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira