<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Redirect to favicon after login with Mozilla problem</title>
	<atom:link href="http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 16:57:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Arpana</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-7183</link>
		<dc:creator>Arpana</dc:creator>
		<pubDate>Tue, 22 Sep 2009 06:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-7183</guid>
		<description>I was also facing the issue and Justin&#039;s suggestion worked. Thanks. Adding the favicon.ico in web.xml is a much easier and favourable way.</description>
		<content:encoded><![CDATA[<p>I was also facing the issue and Justin&#8217;s suggestion worked. Thanks. Adding the favicon.ico in web.xml is a much easier and favourable way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-87</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 03 Mar 2006 10:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-87</guid>
		<description>Here is what I think the *right* way to handle this is.  The other ways will work, but they strike me as a bit hackish.  Just add an empty security constaint into your web.xml file for favicon.ico.  Here is a sample&lt;br /&gt;
&lt;security-constraint&gt;&lt;br /&gt;
   	&lt;web-resource-collection&gt;&lt;br /&gt;
   		&lt;web-resource-name&gt;Entire App&lt;/web-resource-name&gt;&lt;br /&gt;
   		&lt;url-pattern&gt;/favicon.ico&lt;/url-pattern&gt;&lt;br /&gt;
   	&lt;/web-resource-collection&gt;&lt;br /&gt;
   	&lt;/security-constraint&gt;&lt;br /&gt;
&lt;br /&gt;
By leaving the &lt;auth-constraint&gt; tag out, anyone is allowed to access this file.  You may say, now wait, this URL matches the &quot;/*&quot; URL above, BUT tomcat processes the constraints for a URL from most specific to least, so /favicon.ico overrides /*.</description>
		<content:encoded><![CDATA[<p>Here is what I think the *right* way to handle this is.  The other ways will work, but they strike me as a bit hackish.  Just add an empty security constaint into your web.xml file for favicon.ico.  Here is a sample<br />
&lt;security-constraint&gt;<br />
   	&lt;web-resource-collection&gt;<br />
   		&lt;web-resource-name&gt;Entire App&lt;/web-resource-name&gt;<br />
   		&lt;url-pattern&gt;/favicon.ico&lt;/url-pattern&gt;<br />
   	&lt;/web-resource-collection&gt;<br />
   	&lt;/security-constraint&gt;</p>
<p>By leaving the &lt;auth-constraint&gt; tag out, anyone is allowed to access this file.  You may say, now wait, this URL matches the &#8220;/*&#8221; URL above, BUT tomcat processes the constraints for a URL from most specific to least, so /favicon.ico overrides /*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawei</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-74</link>
		<dc:creator>Dawei</dc:creator>
		<pubDate>Wed, 28 Dec 2005 10:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-74</guid>
		<description>Another way to turn around the firefox-favicon problem: make a copy of index.htm and then rename it as favicon.ico</description>
		<content:encoded><![CDATA[<p>Another way to turn around the firefox-favicon problem: make a copy of index.htm and then rename it as favicon.ico</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-51</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 15 Sep 2005 09:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-51</guid>
		<description>Awsome work!!! It saved me a lot of time.Thanks for the solution</description>
		<content:encoded><![CDATA[<p>Awsome work!!! It saved me a lot of time.Thanks for the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gill</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-41</link>
		<dc:creator>Jason Gill</dc:creator>
		<pubDate>Wed, 20 Apr 2005 12:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-41</guid>
		<description>Have you tried putting &lt;a href=&quot;http://www.google.com/search?client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial_s&amp;hl=en&amp;q=favicon.ico&amp;btnG=Google+Search&quot;&gt;favicon.ico&lt;/a&gt; into your web root directory? That&#039;s what most browsers look for by default.</description>
		<content:encoded><![CDATA[<p>Have you tried putting <a href="http://www.google.com/search?client=firefox-a&#038;rls=org.mozilla%3Aen-US%3Aofficial_s&#038;hl=en&#038;q=favicon.ico&#038;btnG=Google+Search">favicon.ico</a> into your web root directory? That&#8217;s what most browsers look for by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-40</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Wed, 20 Apr 2005 11:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-40</guid>
		<description>Sorry to mention about my problem... &lt;br /&gt;
My problem is to display an Icon in the browser for my web application. I added ur code in my index.jsp and it worked in FireFox. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Now I want it to work in Internet Explorer also. &lt;/strong&gt; Do you know a solution for this?</description>
		<content:encoded><![CDATA[<p>Sorry to mention about my problem&#8230; <br />
My problem is to display an Icon in the browser for my web application. I added ur code in my index.jsp and it worked in FireFox. </p>
<p><strong>Now I want it to work in Internet Explorer also. </strong> Do you know a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gill</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-39</link>
		<dc:creator>Jason Gill</dc:creator>
		<pubDate>Wed, 20 Apr 2005 07:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-39</guid>
		<description>The problem for me never existed in Internet Explorer, it always worked fine except in Mozilla (FireFox).</description>
		<content:encoded><![CDATA[<p>The problem for me never existed in Internet Explorer, it always worked fine except in Mozilla (FireFox).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://www.gilluminate.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem/comment-page-1/#comment-38</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Wed, 20 Apr 2005 07:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/11/16/redirect-to-favicon-after-login-with-mozilla-problem#comment-38</guid>
		<description>Very useful.. thanks. But its  working in FireFox not in Internet Explorer. Do you know how to get it work in IE ?</description>
		<content:encoded><![CDATA[<p>Very useful.. thanks. But its  working in FireFox not in Internet Explorer. Do you know how to get it work in IE ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
