-
-
Notifications
You must be signed in to change notification settings - Fork 735
Closed
Milestone
Description
When sending a malformed sorting parameter to eve, it should return 400 for bad request.
Instead, eve crashes and returns a 500.
This can be reproduces with the demo app:
This works:
curl "http://eve-demo.herokuapp.com/people?sort=firstname"This crashes with 500, instead of returning 400:
curl "http://eve-demo.herokuapp.com/people?sort='firstname'"Is there any way to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels