Closed
Description
The ForwardedHeaderFilter
seems to ignore the X-Forwarded-For
header and it's Forwarded
complement: https://tools.ietf.org/html/rfc7239#section-5.2
As user of this filter, I would expect X-Forwarded-For
or Forwarded for=
to be handled and removed from the request. If there is a reason to not handle X-Forwarded-For
this should be documented.