mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-28 10:29:10 +00:00
updated references from Yale CAS to JA-SIG CAS
This commit is contained in:
parent
5e0753abe3
commit
5607da8d67
@ -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
|
||||
|
@ -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}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user