clarin-dspace
clarin-dspace copied to clipboard
Issue 1165: Handle PaginantionException in Clarin licences search requests
This change catches the PaginationException in ClarinLicense search requests. In case the PaginationException occurs, the empty response is responded with links.
Also unit test searchWithIncorrectPageParameter was added for the following requests:
GET /api/core/clarinlicenses?page=10
GET /api/core/clarinlicenses/search/byName?name=CL name1&page=20
GET /api/core/clarinlicenses/search/byNameLike?name=name&page=30