You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: site/content/overview/gateway-api-compatibility.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -154,9 +154,9 @@ See the [static-mode]({{< relref "/reference/cli-help.md#static-mode">}}) comman
154
154
-`method`: Supported.
155
155
-`filters`
156
156
-`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`.
160
160
-`responseHeaderModifier`, `requestMirror`, `extensionRef`: Not supported.
161
161
-`backendRefs`: Partially supported. Backend ref `filters` are not supported.
0 commit comments