Brian Leathem created RF-13273:
----------------------------------
Summary: 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: Lukáš Fryč
Fix For: 5.0.0.Alpha2
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.ri...
404 (Not Found) component-sample.jsf?demo=pickList&skin=blueSky:1
GET
http://localhost:8080/org.richfaces.resources/javax.faces.resource/org.ri...
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.ri...
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