mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-02 23:34:21 +00:00
fix(cas): correction on pgtUrl
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user