Detail
Detail
Bugfix
Error 404, page: '/favicon.ico' referer: 'null', session: 'no session', remoteAddr: 127.0.0.1, remoteHost: 127.0.0.1, time: 2020-07-31 17:07:57.124
Improvement
Browsers look for a "favicon.ico" in the root directory as long as none is defined in the HTML header. A tl:FaviconTag was introduced. There the top-logic "shortcut.ico" is set as favicon. Wherever a header has been defined, the tl:FaviconTag is now called.
Test
- Start demo.
- Select Firefox.
- Step: Log in.
- Step: Open F12 Tools. Select Network Analysis tab. Check "Disable cache". Press "load". (repeat several times)
- Step: Logout.
-> Expectation: No favicon error appears in the log for any of the steps.