]
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: