1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Manual URL Cleanup

This commit is contained in:
Rob Winch
2019-03-28 11:08:57 -05:00
committed by Joe Grandja
parent 28afc38c8f
commit b46f5f69ac
23 changed files with 506 additions and 516 deletions
@@ -66,7 +66,7 @@ public class CasAuthenticationProviderTests {
private ServiceProperties makeServiceProperties() {
final ServiceProperties serviceProperties = new ServiceProperties();
serviceProperties.setSendRenew(false);
serviceProperties.setService("http://test.com");
serviceProperties.setService("https://localhost");
return serviceProperties;
}