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
This is a continuation of the Forwarded headers bug, but this time for XForwardedFilter
After adding property spring.cloud.gateway.forwarded.enabled=false to https://github.com/ZIRAKrezovic/gateway-reproducer, XForwardedFilter check for remote address fails when IPv6 is parsed as remote address
Last conditional will fail, and X-Forwarded-For will not be added to the request.
The text was updated successfully, but these errors were encountered:
This is a continuation of the Forwarded headers bug, but this time for XForwardedFilter
After adding property
spring.cloud.gateway.forwarded.enabled=false
to https://github.com/ZIRAKrezovic/gateway-reproducer, XForwardedFilter check for remote address fails when IPv6 is parsed as remote addressLast conditional will fail, and X-Forwarded-For will not be added to the request.
The text was updated successfully, but these errors were encountered: