eubr-bigsea / stand

Lemonade execution monitoring API
Apache License 2.0
1 stars 2 forks source link

Create new job with invalid json, throws 401 error #15

Closed mgonc closed 7 years ago

mgonc commented 7 years ago

Create new job with invalid json format, throws 401 error. The validation message is correct, but status 401 is handle by ember-simple-auth as Unauthorized then invalidate the session, forcing user to sign in again. The correct status for invalid format is 400