'''Question: Firefox favicon.ico issue''' There is a known [[https://bugzilla.mozilla.org/show_bug.cgi?id=519028|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 {{{ Entire Application /favicon.ico }}} By leaving the tag out, anyone is allowed to access this file. ---- CategoryJava