Wrong actuator path with custom SERVER_SERVLET_CONTEXT_PATH #2758
Labels
good first issue
Up for grabs
hacktoberfest
scope/frontend
status/accepted
An issue which has passed triage and has been accepted
type/bug
Something isn't working
type/regression
Something that has been previously fixed but got broken again
Milestone
Describe the bug
When settings SERVER_SERVLET_CONTEXT_PATH to /kafka-ui, actuator is deployed
with /kafka-ui/actuator/info, but application asks for /actuator/info.
This is a regression from v0.4.0 (which we used before) - it works fine on v0.4.0 (maybe because v0.4.0 does not seem to be asking for /actuator/info endpoint).
Set up
Install latest version (c22b6b468c61da1d1a647352405f63cd0670e493335743de6c7f24a519264b35) with
SERVER_SERVLET_CONTEXT_PATH: /kafka-ui
Steps to Reproduce
Expected behavior
Landing page works and asks for acutator in correct path (/kafka-ui/actuator/info).
Screenshots
Not working (c22b6b468c61da1d1a647352405f63cd0670e493335743de6c7f24a519264b35) :
The text was updated successfully, but these errors were encountered: