diff --git a/changes/ce/fix-12993.en.md b/changes/ce/fix-12993.en.md new file mode 100644 index 000000000..3e565841c --- /dev/null +++ b/changes/ce/fix-12993.en.md @@ -0,0 +1,5 @@ +Fix listener config update API when handling an unknown zone. + +Prior to this fix, when a listener config is updated with an unknown zone, for example `{"zone": "unknown"}`, +the change would be accepted, causing all clients to crash when connect. +After this fix, updating listener with an unknown zone name will get a "Bad request" response.