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

Igor Vaynberg reassigned WICKET-3883:
-------------------------------------

    Assignee: Peter Ertl

> ResourceReferences URL are not decorated with the CachingStrategy
> -----------------------------------------------------------------
>
>                 Key: WICKET-3883
>                 URL: https://issues.apache.org/jira/browse/WICKET-3883
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>            Reporter: Sylvain Vieujot
>            Assignee: Peter Ertl
>
> If you set your Application with getResourceSettings().setCachingStrategy( 
> new FilenameWithTimestampResourceCachingStrategy() );
> Then in a WebPage#renderHead(IHeaderResponse response)
> response.renderCSSReference( MyResourceReference )
> generates an URL that is not decorated by the CachingStrategy.
> And the ResourceReference is cached forever.
> The same with a QueryStringWithTimestampResourceCachingStrategy generates a 
> NPE (See WICKET-3882 ). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to