2
0
Эх сурвалжийг харах

updated references from Yale CAS to JA-SIG CAS

Scott Battaglia 19 жил өмнө
parent
commit
5607da8d67

+ 1 - 1
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).
  * 
  * <P>
- * 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 <code>loginUrl</code> property. Once
  * login is complete, the CAS login page will redirect to the page indicated
  * by the <code>service</code> property. The <code>service</code> is a HTTP

+ 1 - 1
samples/contacts/build.xml

@@ -158,7 +158,7 @@
 			<lib dir="${dist.lib.dir}" includes="acegi-security.jar"/>
 		</war>
 
-		<!-- Make WAR suitable for deployment into containers using Yale CAS -->
+		<!-- Make WAR suitable for deployment into containers using JA-SIG CAS -->
         <delete file="${dist.dir}/${name.cas}.war"/>
         <mkdir dir="${tmp.dir}/${name.cas}"/>
 		<copy todir="${tmp.dir}/${name.cas}">