-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(common): return an
InvalidRequest
error when a parameter is in…
…valid - 6.3.20 (#1271) * wip: refacto params * wip: refacto params * wip: refacto params * wip: refacto params compiling * refacto: move param parser into the class they are building * feat: first working AllowedParameters annotation * feat: first working AllowedParameters annotation * feat: rename QueryParameter add allowed parameters to entityhandler * feat: add AllowedParameters to all specification endpoint + shortcut QP * feat: first PR comments * feat: first PR comments * feat: first PR comments * feat: move to queryparameter * feat: rename parameter params into queryParams * chore: misc fixes and renaming * feat: PR comments * feat: harmonize reception of queryParameters * feat: add tests * fix: error message formatting * Apply suggestions from code review Co-authored-by: Benoit Orihuela <[email protected]> * fix: error message formatting * fix: allowed parameters on entityAccessControl endpoints * Update search-service/src/main/kotlin/com/egm/stellio/search/csr/web/ContextSourceRegistrationHandler.kt Co-authored-by: Ranim Naimi <[email protected]> * fix: missing validated --------- Co-authored-by: Benoit Orihuela <[email protected]> Co-authored-by: Ranim Naimi <[email protected]>
- Loading branch information
1 parent
2aea98f
commit 5468f6d
Showing
57 changed files
with
904 additions
and
566 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
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
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
Oops, something went wrong.