Browse Source
If user passes non-dict or empty dict to the auth_cred and vim_project parameters, then tacker returns 500 error. This patch fixes the issue by adding a new validator type "dict_not_empty" and using at the required places. Now, if users passes non-dict or empty dict to VIM Register API, then it will return 400(BadRequest) error. Change-Id: Ic144df6af606286ed3eea7f7071f061bceffaa7fchanges/14/587714/1
4 changed files with 52 additions and 2 deletions
Loading…
Reference in new issue