-- debussy007 <[email protected]> wrote (on Tuesday, 12 October 2010, 11:05 AM -0700): > I have a very strange error with my ZF application. > > Firefox create two requests when a specific action is being called. > Nor Chrome nor Opera do this. I tested it just by logging the actions > called. > > What a very odd error ... > I also noticed that I have this behaviour when I am fetching cache files, > but anyway .... this is server side, shouldn't make any difference but seems > it does ... > > Anyone can help me debug this error ? I am clueless on this one
Make sure you have a favicon.ico file, and/or a rewrite rule that will resolve it. ZF is configured to act as a 404 handler by default, meaning that calls to favicon.ico by your browser hit your page as well. Additionally, since you say it's FF specific, you may want to check what debugging extensions you have enabled; one of them may be making a second request to get metadata and other information. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
