[
https://issues.apache.org/jira/browse/MYFACES-3914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3914.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.5
2.1.16
2.0.22
Assignee: Leonardo Uribe
Thanks to Michal Petrov for provide this patch
> HtmlScriptRenderer marks stylesheet as rendered
> -----------------------------------------------
>
> Key: MYFACES-3914
> URL: https://issues.apache.org/jira/browse/MYFACES-3914
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.2.4
> Reporter: Michal Petrov
> Assignee: Leonardo Uribe
> Priority: Minor
> Fix For: 2.0.22, 2.1.16, 2.2.5
>
>
> HtmlScriptRenderer, lines 266-67
> {code}
> ResourceUtils.markScriptAsRendered(facesContext, libraryName, resourceName);
> ResourceUtils.markStylesheetAsRendered(facesContext,
> resource.getLibraryName(), resource.getResourceName());
> {code}
> Clearly, the second line should be {{markScriptAsRendered}} as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)