Knowledge Base - FAQ

Question: Firefox favicon.ico issue

There is a known issue with Firefox and how works with java security.

Add an empty security constaint into your web.xml file for favicon.ico. Here is an example
<security-constraint>
<web-resource-collection>
<web-resource-name>Entire Application</web-resource-name>
<url-pattern>/favicon.ico</url-pattern>
</web-resource-collection>
</security-constraint>
By leaving the <auth-constraint> tag out, anyone is allowed to access this file.

Last Modified: Apr 14, 2006


Kattare is Trustwave Certified and Safe Harbor Certified | Rated Safe For Kids by ICRA | All Rights Reserved Worldwide
Copyright © 1997 - 2012 Kättare Internet Services | Processed in 0.014 seconds by pyramid-06 in Corvallis, Oregon