diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb8cdeb8..b28e3c04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed issue with resolving target server hostnames to IPs when forwarding requests through http/s proxy [PR #1323](https://github.com/3scale/APIcast/pull/1323) [THREESCALE-7967](https://issues.redhat.com/browse/THREESCALE-7967) - Fixed dirty context [PR #1328](https://github.com/3scale/APIcast/pull/1328) [THREESCALE-8000](https://issues.redhat.com/browse/THREESCALE-8000) [THREESCALE-8007](https://issues.redhat.com/browse/THREESCALE-8007) [THREESCALE-8252](https://issues.redhat.com/browse/THREESCALE-8252) - Fixed dirty context (part 2 of PR #1328) when tls termination policy is in the policy chain [PR #1333](https://github.com/3scale/APIcast/pull/1333) +- Fixed NGINX filters policy error [PR #1339](https://github.com/3scale/APIcast/pull/1339) [THREESCALE-7349](https://issues.redhat.com/browse/THREESCALE-7349) ### Added diff --git a/gateway/src/apicast/policy/nginx_filters/apicast-policy.json b/gateway/src/apicast/policy/nginx_filters/apicast-policy.json index 177f62423..5dc8694bc 100644 --- a/gateway/src/apicast/policy/nginx_filters/apicast-policy.json +++ b/gateway/src/apicast/policy/nginx_filters/apicast-policy.json @@ -30,7 +30,8 @@ }, "append": { "type": "boolean", - "title": "Append header to upstream" + "title": "Append header to upstream", + "default": false } }, "required": [