-
Notifications
You must be signed in to change notification settings - Fork 5.3k
the upstream receive double / #26024
Copy link
Copy link
Closed
Labels
Description
when the httproute config with urlrewrite from envoy-gateway like follows:
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: backend
spec:
parentRefs:
- name: eg
rules:
- backendRefs:
- group: ""
kind: Service
name: backend
port: 3000
weight: 1
filters:
- type: URLRewrite
urlRewrite:
path:
replacePrefixMatch: /
type: ReplacePrefixMatch
matches:
- path:
type: PathPrefix
value: /om/testthe upstream receive double /
envoy doc
reference envoyproxy/gateway#1044
Reactions are currently unavailable

