From 58524d068a5aa0349468ac65068e0d2f0f832ab9 Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Wed, 4 Oct 2006 02:10:39 +0000 Subject: [PATCH] updated examples --- cas-client-core/src/main/resources/cas-client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas-client-core/src/main/resources/cas-client.properties b/cas-client-core/src/main/resources/cas-client.properties index eef3fd0..03492ee 100644 --- a/cas-client-core/src/main/resources/cas-client.properties +++ b/cas-client-core/src/main/resources/cas-client.properties @@ -2,5 +2,5 @@ cas.server.gateway=false cas.server.renew=false cas.server.url=https://localhost:8443/cas/ cas.server.proxyCallbackUrl=https://localhost:8443/manager/proxy/Receptor -cas.client.serverName=https://localhost:8443 +cas.client.serverName=localhost:8443 cas.client.proxyCallbackUrl=https://localhost:8443/myClientApp/casProxyReceptor \ No newline at end of file