diff --git a/changes/ce/fix-10085.en.md b/changes/ce/fix-10085.en.md new file mode 100644 index 000000000..e539a04b4 --- /dev/null +++ b/changes/ce/fix-10085.en.md @@ -0,0 +1 @@ +Consistently return `404` for all requests on non existent source in `/authorization/sources/:source[/*]`. diff --git a/changes/ce/fix-10085.zh.md b/changes/ce/fix-10085.zh.md new file mode 100644 index 000000000..3e2d809d4 --- /dev/null +++ b/changes/ce/fix-10085.zh.md @@ -0,0 +1 @@ +对 `/authorization/sources/:source[/*] `中不存在的来源的所有请求一致地返回 `404`。