[Koha-bugs] [Bug 17445] REST API: Generic handling of malformed query parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 18 23:19:49 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17445

--- Comment #9 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 56634
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56634&action=edit
[SIGNED-OFF] BUG 17445: Add 'malformed query' error response

This patch adds to the x-mojo-around action code to give a meaningful
error given a bad query parameter in the query string for a request.

Test Plan
1) Submit an api request to an existing restful endpoint with no query
parameters
2) Confirm the correct response is being given
3) Submit an api request to an existing restful endpoint with an allowed
query parameter
4) Confimr the correct response is being given
5) Submit an api request to an existing restful endpoint with a
malformed query paramter
6) Note the 400 response code and helpful json api body

https://bugs.koha-community.org/show_bug.cgi?id=17445

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list