Kibana should NOT return 302 for /favicon.ico #31683
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Describe the feature:
Kibana returns 404 for /favicon.ico if the user is already authenticated. In other case browser receives 302 with redirection to /login?next=%2Ffavicon.ico. It makes problems with Kibana published using some external authenticating proxy because:
Describe a specific use case for the feature:
One of the use case is webseal publishing. See https://www.ibm.com/support/knowledgecenter/ja/SSPREK_6.1.0/com.ibm.itame.doc_6.1/am61_webseal_admin138.htm
It is expected the backend always returns 404 for favicon.ico to fix the firefox behaviour. But currently it is not true for login form of Kibana as it catches /favicon.ico and returns 302 to the browser.
The text was updated successfully, but these errors were encountered: