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

Martin Grigorov resolved WICKET-4245.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0
                   1.5.4
         Assignee: Martin Grigorov

Thanks!
                
> AbstractResourceAggregatingHeaderResponse forgets some information about 
> references
> -----------------------------------------------------------------------------------
>
>                 Key: WICKET-4245
>                 URL: https://issues.apache.org/jira/browse/WICKET-4245
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.3
>            Reporter: Andreas Köhler
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5.4, 6.0.0
>
>
> Seen in Wicket 1.5.3 and SVN r1199294. 
> AbstractResourceAggregatingHeaderResponse.java
>     public void renderJavaScriptReference(String url, String id, boolean 
> defer)
>     {
>         topLevelReferences.add(new ResourceReferenceAndStringData(null, null, 
> url, null,
>           ResourceType.JS, defer, null, null));
>     }
> forgets the id.
>     public void renderCSSReference(ResourceReference reference, 
> PageParameters pageParameters,
>         String media, String condition)
>     {
>       topLevelReferences.add(new ResourceReferenceAndStringData(reference, 
> null, null, media,
>             ResourceType.CSS, false, null, condition));
>     }
> forgets the page parameters.
> I think a quickstart should not be necessary.

--
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


Reply via email to