-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rest.identity): fixed status codes and error messages for malform…
…ed requests [backport release-5.5.0] (#5279) fix(rest.identity): fixed status codes and error messages for malformed requests (#5267) * fix: fixed status code and error message for malformed request * test: adding test for null check * fix: made same changes also for permissions delete * fix: changed null check with isNull * fix: added generic validator for properties * fix: added check to all the request * fix: missed validation on 'validate' api * fix: introduced 'name' as constant (cherry picked from commit 0a2a820) Co-authored-by: sfiorani <[email protected]>
- Loading branch information
1 parent
e4e5477
commit 3d2e6a3
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters