[midPoint-git] [Evolveum/midpoint] 948359: REST: SchemaException thrown from controller is no...
virgo47
noreply at github.com
Mon Nov 22 18:04:16 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 948359c60e80183a1f425915a9b817d045841982
https://github.com/Evolveum/midpoint/commit/948359c60e80183a1f425915a9b817d045841982
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M model/rest-impl/src/main/java/com/evolveum/midpoint/rest/impl/AbstractRestController.java
Log Message:
-----------
REST: SchemaException thrown from controller is not 400, but 500 now
It may be 400 on the input parsing, but that is handled elsewhere.
Here it's much more likely a server (application) error and client
can't do anything about it to fix it (which is what 4xx suggest).
More information about the midPoint-svn
mailing list