You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tom Cort (JIRA)" <de...@myfaces.apache.org> on 2007/05/10 17:16:15 UTC

[jira] Created: (TOBAGO-398) Support for favicon.ico

Support for favicon.ico
-----------------------

                 Key: TOBAGO-398
                 URL: https://issues.apache.org/jira/browse/TOBAGO-398
             Project: MyFaces Tobago
          Issue Type: New Feature
          Components: Themes
         Environment: Debian GNU/Linux 3.1 (sarge), Java 1.5.0_03-b07, JBoss 4.0.5, Tobago 1.0.10
            Reporter: Tom Cort
            Priority: Minor


Please add a feature that would allow tobago themes to include a favicon.ico file ( http://en.wikipedia.org/wiki/Favicon ). When using tobago 1.0.10 I get this warning if the favicon.ico file is placed in the theme's image directory...

10:11:54,783 WARN  [ResourceServlet] Unsupported file extension, will be ignored for security reasons. resource='org/apache/myfaces/tobago/renderkit/html/vermont/standard/image/favicon.ico'

On the users mailing list Arvid Hülsebus suggested "adding a favIcon attribute to tc:page, which 
would in turn render a <link rel="icon" ...> element into the HTML header. Additionally the ResourceServlet has to be extended to support the .ico extension and map it to the content type "image/vnd.microsoft.icon" or "image/x-icon". Because this handling is missing you currently get the warning below."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOBAGO-398) Support for favicon.ico

Posted by "Arvid Hülsebus (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvid Hülsebus resolved TOBAGO-398.
-----------------------------------

    Resolution: Fixed

> Support for favicon.ico
> -----------------------
>
>                 Key: TOBAGO-398
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-398
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Themes
>         Environment: Debian GNU/Linux 3.1 (sarge), Java 1.5.0_03-b07, JBoss 4.0.5, Tobago 1.0.10
>            Reporter: Tom Cort
>         Assigned To: Arvid Hülsebus
>            Priority: Minor
>             Fix For: 1.0.11
>
>
> Please add a feature that would allow tobago themes to include a favicon.ico file ( http://en.wikipedia.org/wiki/Favicon ). When using tobago 1.0.10 I get this warning if the favicon.ico file is placed in the theme's image directory...
> 10:11:54,783 WARN  [ResourceServlet] Unsupported file extension, will be ignored for security reasons. resource='org/apache/myfaces/tobago/renderkit/html/vermont/standard/image/favicon.ico'
> On the users mailing list Arvid Hülsebus suggested "adding a favIcon attribute to tc:page, which 
> would in turn render a <link rel="icon" ...> element into the HTML header. Additionally the ResourceServlet has to be extended to support the .ico extension and map it to the content type "image/vnd.microsoft.icon" or "image/x-icon". Because this handling is missing you currently get the warning below."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.