Files
spring-boot/spring-boot-project
bbbbooo 79f91eac56 Fix EndpointRequest links matching for separate management port
When management.endpoints.web.base-path is empty and management runs
on a different port, EndpointRequest.toLinks() and toAnyEndpoint()
do not match the links endpoint consistently.

Derive the links path based on the management port type on both
servlet and reactive sides, and add regression tests for each
implementation.

See gh-49591

Signed-off-by: bbbbooo <hyeons1213@gmail.com>
2026-03-16 16:39:12 +00:00
..