Oliver Drotbohm opened SPR-10718 and commented
According to the spec, a Host value consists of a uri-host and an optional port. So when inspecting the X-Forwarded-Host header we have to split uri-host and port and set the values appropriately. Currently the port is still part of the host.
This was originally reported against Spring HATEOAS in this ticket.
Affects: 3.2.3
Issue Links:
Oliver Drotbohm opened SPR-10718 and commented
According to the spec, a
Hostvalue consists of a uri-host and an optional port. So when inspecting theX-Forwarded-Hostheader we have to split uri-host and port and set the values appropriately. Currently the port is still part of the host.This was originally reported against Spring HATEOAS in this ticket.
Affects: 3.2.3
Issue Links: