Describe the bug
Hello, after some test i have found that the property spring.cloud.gateway.x-forwarded.enabled are present in the class XForwardedRequestHeadersFilter but not use.
For disable all forward header it's needed to add all property :
spring.cloud.gateway.x-forwarded.protoEnabled=false
spring.cloud.gateway.x-forwarded.forEnabled=false
spring.cloud.gateway.x-forwarded.hostEnabled=false
spring.cloud.gateway.x-forwarded.prefixEnabled=false
spring.cloud.gateway.x-forwarded.portEnabled=false
I think it can be easy to implement the propety
Describe the bug
Hello, after some test i have found that the property spring.cloud.gateway.x-forwarded.enabled are present in the class XForwardedRequestHeadersFilter but not use.
For disable all forward header it's needed to add all property :
I think it can be easy to implement the propety