Waziup / WaziCloud

WAZIUP Cloud and local platform
31 stars 28 forks source link

Error while trying to retrieve non-existent domain with admin previledges #177

Closed henokzion closed 6 years ago

henokzion commented 6 years ago

the server returns with 500 instead of the expected 404 error message.

cdupont commented 6 years ago

It's a Keycloak bug. I reported here: https://issues.jboss.org/browse/KEYCLOAK-5901 It should be resolved already in the new version of Keycloak 3.4.1. I will updated the version of Keycloak to solve this problem.

cdupont commented 6 years ago

Done. The result should be 403: Forbidden because deleting a non existing resource is forbidden by Keycloak. Could you retry?

henokzion commented 6 years ago

It's fixed now

cdupont commented 6 years ago

Thanks Henok, if it's fixed please close the issue.