Skip to content

Move favicon.ico to root and fix favicon folder antMatcher

Georgios Andreadis requested to merge favicon-in-root into development

The favicon folder was incorrectly matched by the security rules currently. Additionally, the favicon.ico file was not in the root, meaning that non-HTML routes (such as viewing an image without it's context) had the fallback favicon.ico of Spring. This MR fixes both of these issues.

Note that the favicon folder is still needed separately, for browser-specific versions.

Merge request reports