diff --git a/cas-client-core/src/main/java/org/jasig/cas/client/util/AbstractCasFilter.java b/cas-client-core/src/main/java/org/jasig/cas/client/util/AbstractCasFilter.java index f1356c6..1c98d9f 100644 --- a/cas-client-core/src/main/java/org/jasig/cas/client/util/AbstractCasFilter.java +++ b/cas-client-core/src/main/java/org/jasig/cas/client/util/AbstractCasFilter.java @@ -13,7 +13,7 @@ import javax.servlet.http.HttpServletResponse; *
* The following filter options can be configured (either at the context-level or filter-level). *
serverName - the name of the CAS server, in the format: localhost:8080 or localhost:8443 or localhostserverName - the name of the CAS client server, in the format: localhost:8080 or localhost:8443 or localhost or https://localhost:8443service - the completely qualified service url, i.e. https://localhost/cas-client/appPlease note that one of the two above parameters must be set.