[Seaside-dev] adding a /favicon.ico handler to the development tools?

Philippe Marschall philippe.marschall at gmail.com
Sun Jan 2 19:04:11 UTC 2011


Hi

Browsers check for a /favicon.ico even if it's not liked in the root
of the document. In development that can lead to a situation where the
favicon of an application (let's say Tomcat) that was previously
running on port 8080 (or whatever Seaside is running on) is displayed
for Seaside. We could simply add a request handler for '/favicon.ico'
in the development tools that answers the Seaside icon.

Do you think this is worthwhile or unnecessary?

Cheers
Philippe


More information about the seaside-dev mailing list