I've got a controller that will respond to /favicon.ico
appropriately.
But I just realized that when you're in a sub page such as /subpage/index.html
the browser (at least chrome) is requesting /subpage/favicon.ico
.
Is there a clean way to just respond to all favicon.ico requests? I'd rather not redirect all .ico requests if possible, but if that's the best solution, perhaps.