diff --git a/core/src/main/java/org/acegisecurity/ui/cas/CasProcessingFilterEntryPoint.java b/core/src/main/java/org/acegisecurity/ui/cas/CasProcessingFilterEntryPoint.java index 1373b38360..37f499ebf1 100644 --- a/core/src/main/java/org/acegisecurity/ui/cas/CasProcessingFilterEntryPoint.java +++ b/core/src/main/java/org/acegisecurity/ui/cas/CasProcessingFilterEntryPoint.java @@ -36,7 +36,7 @@ import javax.servlet.http.HttpServletResponse; * authentication via the Yale Central Authentication Service (CAS). * *
- * The user's browser will be redirected to the Yale CAS enterprise-wide login
+ * The user's browser will be redirected to the JA-SIG CAS enterprise-wide login
* page. This page is specified by the loginUrl property. Once
* login is complete, the CAS login page will redirect to the page indicated
* by the service property. The service is a HTTP
diff --git a/samples/contacts/build.xml b/samples/contacts/build.xml
index ce815ed54a..0c658c5f07 100644
--- a/samples/contacts/build.xml
+++ b/samples/contacts/build.xml
@@ -158,7 +158,7 @@