vmware / vmware/singleton

[BUG] [Go Service]Response code is 404 when request product bundle without version in Get available versions of a product api

Open
#2,695 0 comments 0 reactions 1 assignee View on GitHub

@Xiaochao8 is already working on this.

Since Sep 21, 2023.

area/go-service priority/medium
Dominant language
Java
Stars
72
Forks
69
Avg merge
23h 32m
Merged PRs (30d)
4

Description

Describe the bug
[BUG] [Go Service]Response code is 404 when request product bundle without version in Get available versions of a product api

To Reproduce
Steps to reproduce the behavior:

  1. Go to '/translation/products/{productName}/versionlist'
  2. Input productName= test1 ( under test1 bundle , has no version)
  3. See response
image

Expected behavior
{
"response": {
"code": 200,
"message": "OK",
"serverTime": ""
},
"signature": "",
"data": {
"versions": [],
"productName": "test1"
}
}

commit 5466146a03652634432a76a97652b550b9b51e19

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.