You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three things about the user creation validation that are not completely right
A bad request should give HTTP Status 400 (bad request, syntax or properties don't match) or 422 (Unprocessable Entity, syntax and properties are correct, but the command cannot be processed anyway), not 417 (Expectation Failed), which is specifically meant for the Expect HTTP header not matching.
There are three things about the user creation validation that are not completely right
Expect
HTTP header not matching.RADAR-Rest-Source-Auth/src/main/java/org/radarbase/authorizer/validation/exception/ValidationFailedException.java
Line 7 in d1e0350
The text was updated successfully, but these errors were encountered: