> nate - I don't understand why it is not considered a bug. I understand > that Cake is intercepting all requests, but why should a request for > favicon.ico be turned into extra requests for the database transaction?
Because however you have your controller code setup, the path that is being generated to favicon.ico is mapping to a controller/action that is firing your save action. Is it in a callback, or maybe AppController? However it's happening, it wouldn't happen that way unless your code was setup to make it so. Typing in the URL manually, and having the action that writes the record dump a stack trace (debug_backtrace). Then you should be able to see where and what is being triggered. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
