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 <>2023-10-02 13:07:50 +0200
committerThomas <>2023-10-02 13:07:50 +0200
commit44240b20f863fbd437e06947b539f76e73e91668 (patch)
treecbd401da1998dc6a44ff3cb424f0dcfdb7792f28 /eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
parent433042fbb344387aabd7bb09ed498797b538aae3 (diff)
downloadEAAF-Components-44240b20f863fbd437e06947b539f76e73e91668.tar.gz
EAAF-Components-44240b20f863fbd437e06947b539f76e73e91668.tar.bz2
EAAF-Components-44240b20f863fbd437e06947b539f76e73e91668.zip
chore(core): code clean-up and optimization
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 8dd208a9..0e454c7a 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
@@ -494,7 +494,7 @@ public class ProtocolAuthenticationService implements IProtocolAuthenticationSer
try {
final IGuiBuilderConfiguration config = guiConfigFactory
- .getDefaultErrorGui(HttpUtils.extractAuthUrlFromRequest(httpReq));
+ .getDefaultErrorGui(HttpUtils.extractAuthUrlStringFromRequest(httpReq));
String[] errorCodeParams = null;