[forge-issues] [JBoss JIRA] (FORGE-657) Missing mime-mapping in web.xml

George Gastaldi (JIRA) jira-events at lists.jboss.org
Thu Apr 4 22:06:44 EDT 2013


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

George Gastaldi updated FORGE-657:
----------------------------------

    Fix Version/s: 2.0.0.Alpha3
                       (was: 2.0.0.Alpha2)

    
> Missing mime-mapping in web.xml
> -------------------------------
>
>                 Key: FORGE-657
>                 URL: https://issues.jboss.org/browse/FORGE-657
>             Project: Forge
>          Issue Type: Bug
>          Components: Java EE APIs
>            Reporter: George Gastaldi
>              Labels: starter
>             Fix For: 2.0.0.Alpha3
>
>
> To eliminate the annoying log jboss server log:
> {code}
> 23:59:54,914 AVVERTENZA [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-1) JSF1091: No mime type could be found for file favicon.ico. To resolve this, add a mime-type mapping to the applications web.xml
> {code}
> you should add on web.xml:
> {code:xml}
> <mime-mapping>
>    <extension>ico</extension>
>    <mime-type>image/x-icon</mime-type>
> </mime-mapping>
> {code}

--
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 forge-issues mailing list