From fe5b974390bed15d2421dfd14c54ef25d485b5ed Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 21 Oct 2020 08:00:55 +0200 Subject: add new configuration property to switch between log-level "WARN" and "INFO" based on internal errorIds remove duplicated logging --- .../api/idp/auth/services/IProtocolAuthenticationService.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eaaf_core_api/src') diff --git a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java index d1d68c2d..2c0fe55f 100644 --- a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java +++ b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java @@ -96,16 +96,16 @@ public interface IProtocolAuthenticationService { /** * Forward the process to error-handler in case of an error. - * + * * @param errorToHandle Error to handle * @param errorKey ErrorId for error-handler * @param req HTTP response * @param resp HTTP response * @throws GuiBuildException In case of an GUI generation error */ - void forwardToErrorHandler(Pair errorToHandle, String errorKey, + void forwardToErrorHandler(Pair errorToHandle, String errorKey, HttpServletRequest req, HttpServletResponse resp) throws GuiBuildException; - - - + + + } -- cgit v1.2.3