[richfaces-issues] [JBoss JIRA] (RF-13273) Font-awesome fonts not included in resource optimisation

Matej Novotny (JIRA) jira-events at lists.jboss.org
Fri Dec 6 05:18:05 EST 2013


     [ https://issues.jboss.org/browse/RF-13273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Novotny closed RF-13273.
------------------------------



Verified, no 404 errors in the console with resource optimization.
Disabling optimization causes no problems either.
Closing issue.
                
> Font-awesome fonts not included in resource optimisation
> --------------------------------------------------------
>
>                 Key: RF-13273
>                 URL: https://issues.jboss.org/browse/RF-13273
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: resource handling
>            Reporter: Brian Leathem
>            Assignee: Brian Leathem
>             Fix For: 5.0.0.Alpha2
>
>   Original Estimate: 45 minutes
>  Remaining Estimate: 45 minutes
>
> The showcase sample for the pickList and orderingList logs the following error in the browser console:
> {code}
> GET http://localhost:8080/org.richfaces.resources/javax.faces.resource/org.rich…timized/5.0.0-SNAPSHOT/Packed/packed/font/fontawesome-webfont.woff?v=3.2.1 404 (Not Found) component-sample.jsf?demo=pickList&skin=blueSky:1
> GET http://localhost:8080/org.richfaces.resources/javax.faces.resource/org.rich…ptimized/5.0.0-SNAPSHOT/Packed/packed/font/fontawesome-webfont.ttf?v=3.2.1 404 (Not Found) :8080/org.richfaces.resources/javax.faces.resource/org.richfaces.optimized/5.0.0-SNAPSHOT/Packed/packed/font/fontawesome-webfont.ttf?v=3.2.1:1
> GET http://localhost:8080/org.richfaces.resources/javax.faces.resource/org.richfaces.optimized/5.0.0-SNAPSHOT/Packed/packed/font/fontawesome-webfont.svg 404 (Not Found) :8080/org.richfaces.resources/javax.faces.resource/org.richfaces.optimized/…OT/Packed/packed/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1:1
> {code}
> After disabling the resource optimisation in the web.xml as follows:
> {code}
>     <context-param>
>         <param-name>org.richfaces.resourceOptimization.enabled</param-name>
>         <param-value>false</param-value>
>     </context-param>
> {code}
> The showcase samples load fine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list