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

George Gastaldi (JIRA) jira-events at lists.jboss.org
Thu Aug 23 09:02:15 EDT 2012


    [ https://issues.jboss.org/browse/FORGE-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713319#comment-12713319 ] 

George Gastaldi commented on FORGE-657:
---------------------------------------

I think we need to upgrade ShrinkWrap in order to do that
                
> 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.Alpha1
>
>
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list