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.