Open marschall opened 1 month ago
I wanted to ask what peoples option is on adding a default favicon.ico handler, probably in Seaside-Tools-Web.
Seaside-Tools-Web
The reason for this is that
favicon.ico
The implementation would be relatively simple
WARequestHandler << #WAFaviconHandler handleFiltered: aRequestContext aRequestContext response contentType: (WAMimeType main: 'image' sub: 'x-icon'); binary; nextPutAll: WAToolFiles basicNew faviconIco class >> initialize WADispatcher default register: self new at: 'favicon.ico'
I wanted to ask what peoples option is on adding a default favicon.ico handler, probably in
Seaside-Tools-Web
.The reason for this is that
favicon.ico
resulting in a 404 which shows up when using browser developer tools.The implementation would be relatively simple