From ae16000f4c82feff1f4f610d389153ae2e54c016 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 23 Feb 2021 15:55:38 +0100 Subject: use internal-to-external error mapping for GUI --- .../eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eaaf_core') diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java index 4410267e..99dda776 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java @@ -285,7 +285,7 @@ public class ProtocolAuthenticationService implements IProtocolAuthenticationSer // write generic message for general exceptions final String msg = statusMessager.getMessage(IStatusMessenger.CODES_INTERNAL_ERROR_GENERIC, null); - writeHtmlErrorResponse(req, resp, msg, "9199", null); + writeHtmlErrorResponse(req, resp, msg, statusMessager.getResponseErrorCode(throwable), null); } -- cgit v1.2.3