mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
Removed CAS references from web.xml for X.509.
This commit is contained in:
parent
a2bc398915
commit
de491d1767
@ -4,7 +4,7 @@
|
|||||||
<!--
|
<!--
|
||||||
- Contacts web application
|
- Contacts web application
|
||||||
-
|
-
|
||||||
- web.xml for "cas" artifact only.
|
- web.xml for "x509" artifact only.
|
||||||
-
|
-
|
||||||
- $Id$
|
- $Id$
|
||||||
-->
|
-->
|
||||||
@ -31,14 +31,6 @@
|
|||||||
<param-value>/WEB-INF/classes/log4j.properties</param-value>
|
<param-value>/WEB-INF/classes/log4j.properties</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
-->
|
-->
|
||||||
<!-- Required for CAS ProxyTicketReceptor servlet. This is the
|
|
||||||
URL to CAS' "proxy" actuator, where a PGT and TargetService can
|
|
||||||
be presented to obtain a new proxy ticket. THIS CAN BE
|
|
||||||
REMOVED IF THE APPLICATION DOESN'T NEED TO ACT AS A PROXY -->
|
|
||||||
<context-param>
|
|
||||||
<param-name>edu.yale.its.tp.cas.proxyUrl</param-name>
|
|
||||||
<param-value>http://localhost:8433/cas/proxy</param-value>
|
|
||||||
</context-param>
|
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<filter-name>Acegi Filter Chain Proxy</filter-name>
|
<filter-name>Acegi Filter Chain Proxy</filter-name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user