summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
diff options
context:
space:
mode:
authorThomas <thomas.lenz@egiz.gv.at>2019-05-04 09:37:22 +0200
committerThomas <thomas.lenz@egiz.gv.at>2019-05-04 09:37:22 +0200
commitf9a438a837221dae0320bcddefa6a86b6be7f75d (patch)
tree9eaba1b9db34e0cd7fbcf8914b6549bf0f78c2cc /eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
parent6065ba01b3f49e6f79179cc85a38e4229e47d306 (diff)
parent2e921528557a23b96fb6b52b2b53a28048a826fd (diff)
downloadEAAF-Components-f9a438a837221dae0320bcddefa6a86b6be7f75d.tar.gz
EAAF-Components-f9a438a837221dae0320bcddefa6a86b6be7f75d.tar.bz2
EAAF-Components-f9a438a837221dae0320bcddefa6a86b6be7f75d.zip
Merge branch 'master' of https://gitlab.iaik.tugraz.at/egiz/eaaf_components
Diffstat (limited to 'eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java')
-rw-r--r--eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java2
1 files changed, 1 insertions, 1 deletions
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 4edde029..7d3ca2f8 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
@@ -381,7 +381,7 @@ public class ProtocolAuthenticationService implements IProtocolAuthenticationSer
// HTTPUtils.extractAuthURLFromRequest(req),
// DefaultGUIFormBuilderConfiguration.VIEW_ERRORMESSAGE,
// null);
-
+
//add errorcode and errormessage
if (config instanceof ModifyableGuiBuilderConfiguration) {
((ModifyableGuiBuilderConfiguration)config).putCustomParameter("errorMsg", msg);