keycloak-scim/services
Thomas Darimont 146a26e714 KEYCLOAK-2974: Handle ModelException in UsersResource
We now handle ModelExceptions thrown while creating and updating
a new User by rolling back the transaction and presenting
an error message with a HTTP 409 (conflict) code.
Previously only ModelDuplicateExceptions were handled and
ModelExceptions, e.g. due to a failed database operation
lead to a HTTP 500 server error.
2016-05-06 20:17:22 +02:00
..
src KEYCLOAK-2974: Handle ModelException in UsersResource 2016-05-06 20:17:22 +02:00
pom.xml public/private 2016-04-12 15:19:46 -04:00