I have a Grails application running locally using its own tomcat and I have just changed the favicon for a new one. Problem is that I can't see it in any browser. The old favicon shows up or I get no favicon at all, but not my new one. I don't think this is a Grails issue per se, more an issue wth favicons.
What is supposed to happen with favicons? How are they supposed to work? I have numerous bookmarks in my browser which have the wrong icons and they never seem to get refreshed. How do I force the server/browser to stop cacheing them? It seems pretty silly to always cache them given they are normally only 16x16. Why not just upload every visit to the page, it's not exactly a huge overhead.