RequestRedirect
filter on HTTPRoute cannot preserve path in request
#6557
Labels
area/feature
New feature or request
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
Milestone
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
From FTI-6305.
Because the
RequestRedirect
filter is implemented byrequest-termination
andresponse-transformer
plugin. This cannot include variable part in the response head. So the redirect path in the response body is fixed and cannot preserve path in the request.Proposed Solution
Additional information
No response
Acceptance Criteria
ReplacePrefixMatch
is also supportedThe text was updated successfully, but these errors were encountered: