minor
minor
defect
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 has been defined in the HTML header. A tl:FaviconTag has been introduced. There, the Top-Logic "shortcut.ico" is set as the favicon. Now, wherever a header has been defined, the `tl:FaviconTag` is called.
Test
- Start demo.
- Select Firefox.
- Step: Log in.
- Step: Open F12 Developer Tools. Select the Network tab. Check the "Disable cache" box. Click "Refresh." (Repeat several times)
- Step: Log out.
-> Expectation: No favicon error appears in the log during any of these steps.