Filter/Predicate validation message are not returned when management.server.port
is set for actuator
#2466
Labels
management.server.port
is set for actuator
#2466
Describe the bug
The feature added in f6bfd6e does not work when user sets a custom management port with
management.server.port
.Sample
The test below copied from current test
spring-cloud-gateway/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/actuate/GatewayControllerEndpointTests.java
Line 182 in 84ddb3e
The only difference with original test is the use of
management.server.port=0
to change the port and removal of unnecessary code.The text was updated successfully, but these errors were encountered: