Describe the bug
commit: a3840c9ffc8abf789b0306105e95ce760115c1c6
Return 404 when there is no component in requesting product/version on localelist/componentlist/supportedlanguagelist API.
Effected APIs: getting localelist/componentlist/supportedlanguagelist APIs
To Reproduce
Steps to reproduce the behavior:
Takes component list as example:
Go to component list api: GET
[/translation/products/{productName}/versions/{version}/componentlist]
Request a product&version: no data under product/version folder.
Describe the bug commit: a3840c9ffc8abf789b0306105e95ce760115c1c6 Return 404 when there is no component in requesting product/version on localelist/componentlist/supportedlanguagelist API. Effected APIs: getting localelist/componentlist/supportedlanguagelist APIs
To Reproduce Steps to reproduce the behavior: Takes component list as example:
Expected behavior Return to 200 with [] empty list for components item.