[Catalyst] Authentication: first steps
Mike McKay
mike at vdomck.org
Thu Jul 14 10:50:13 CEST 2005
Hartmaier Alexander wrote:
> When logging in firefox wants to save favicon.ico, IE works as expected.
> How to fix this?
Firefox request favicon.ico from every site it visits. If it finds one
then you get that nice little icon in the URL bar - and when you make a
bookmark it uses the favicon.ico as well.
So to handle this in catalyst you can any of the following:
- ignore it
- make a method to handle it
- use Catalyst::Plugin::Static to serve up a favicon.ico file when requested
HTH
Mike
More information about the Catalyst
mailing list