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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Oct 18 00:31:01 EDT 2013


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