You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mshustov opened this issue
Sep 12, 2019
· 2 comments
Labels
bugFixes for quality problems that affect the customer experiencestaleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
bugFixes for quality problems that affect the customer experiencestaleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Kibana version:
master
Steps to reproduce:
http://localhost:5601/basePath/api/kibana/scripts/languages/
.Expected behavior:
The server redirects to a correct route
http://localhost:5601/basePath/api/kibana/scripts/languages
.Actual behavior
The server redirects to invalid route
http://localhost:5601/basePath//api/kibana/scripts/languages
.Redirection logic can be broken for a long time https://github.com/restrry/kibana/blob/cdee299d0a58de9c5e98ee36a35bcd6e66265887/src/legacy/server/http/index.js#L96-L113
Don't know if it's something we want to maintain. If yes, we should cover it with integration tests.
The text was updated successfully, but these errors were encountered: