mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Log exception when failure to augment client and re-throw instead of returning the raw client.
Signed-off-by: Patrick Jennings <pajennin@redhat.com>
This commit is contained in:
parent
551a3db987
commit
5e0d323304
@ -115,7 +115,7 @@ public class DefaultClientTypeManager implements ClientTypeManager {
|
||||
} catch(ClientTypeException cte) {
|
||||
logger.errorf("Could not augment client, %s, due to client type exception: %s",
|
||||
client, cte);
|
||||
return client;
|
||||
throw cte;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user