diff --git a/SoObjects/SOGo/SOGoCASSession.m b/SoObjects/SOGo/SOGoCASSession.m index 457012153..9bdfef58d 100644 --- a/SoObjects/SOGo/SOGoCASSession.m +++ b/SoObjects/SOGo/SOGoCASSession.m @@ -400,8 +400,7 @@ application = [WOApplication application]; request = [[application context] request]; - pgtURL = [NSString stringWithFormat: @"https://%@/%@/casProxy", - [soURL host], [request applicationName]]; + pgtURL = [NSString stringWithFormat: @"%@casProxy", [soURL absoluteString]]; return pgtURL; }