Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-657

Missing mime-mapping in web.xml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.0.0.Alpha5
    • None
    • Java EE

    Description

      To eliminate the annoying log jboss server log:

      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
      

      you should add on web.xml:

      <mime-mapping>
         <extension>ico</extension>
         <mime-type>image/x-icon</mime-type>
      </mime-mapping>
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ggastald George Gastaldi
              rhn-support-ggastald George Gastaldi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: