1
0
mirror of synced 2026-09-12 12:15:13 +00:00
Files
spring-security/web
Robert Winch bf30738840 Ignore browserconfig.xml requests in default RequestCache
Legacy Internet Explorer 11 and pre-Chromium Edge automatically fetch
browserconfig.xml at the domain root to configure Windows pinned-site
tiles. It's still commonly generated by favicon-generator tooling even
though it's legacy, and is a background request unrelated to what the
user actually navigated to, so it shouldn't be able to become the URL
a user is redirected to after authenticating.

Closes gh-19693
2026-09-09 14:08:39 -05:00
..