Skip to content

Commit f13b99f

Browse files
authored
Fix typo in Gateway API compatibility doc (#1606)
Problem: The compatibility doc states that URLRewrite and RequestHeaderModifier filters are incompatible but should be URLRewrite and RequestRedirect. Solution: Update the doc to state that URLRewrite and RequestRedirect filters are incompatible.
1 parent 5117cad commit f13b99f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/overview/gateway-api-compatibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ See the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) comman
154154
- `method`: Supported.
155155
- `filters`
156156
- `type`: Supported.
157-
- `requestRedirect`: Supported except for the experimental `path` field. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
158-
- `requestHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest. Incompatible with `urlRewrite`.
159-
- `urlRewrite`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest. Incompatible with `requestHeaderModifier`.
157+
- `requestRedirect`: Supported except for the experimental `path` field. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest. Incompatible with `urlRewrite`.
158+
- `requestHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
159+
- `urlRewrite`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest. Incompatible with `requestRedirect`.
160160
- `responseHeaderModifier`, `requestMirror`, `extensionRef`: Not supported.
161161
- `backendRefs`: Partially supported. Backend ref `filters` are not supported.
162162
- `status`

0 commit comments

Comments
 (0)