authserver/casserver/simple-cas4-overlay-template/src/main/webapp/WEB-INF/deployerConfigContext.xml
equal
deleted
inserted
replaced
149 p:registeredServices-ref="registeredServicesList" /> |
149 p:registeredServices-ref="registeredServicesList" /> |
150 |
150 |
151 <util:list id="registeredServicesList"> |
151 <util:list id="registeredServicesList"> |
152 <bean class="org.jasig.cas.services.RegexRegisteredService" |
152 <bean class="org.jasig.cas.services.RegexRegisteredService" |
153 p:id="0" p:name="HTTP and IMAP" p:description="Allows HTTP(S) and IMAP(S) protocols" |
153 p:id="0" p:name="HTTP and IMAP" p:description="Allows HTTP(S) and IMAP(S) protocols" |
154 p:serviceId="^(https?|imaps?)://.*" p:evaluationOrder="10000001" /> |
154 p:serviceId="^(https?|imaps?)://.*" p:evaluationOrder="10000001" p:allowedToProxy="true" /> |
155 <!-- |
155 <!-- |
156 Use the following definition instead of the above to further restrict access |
156 Use the following definition instead of the above to further restrict access |
157 to services within your domain (including sub domains). |
157 to services within your domain (including sub domains). |
158 Note that example.com must be replaced with the domain you wish to permit. |
158 Note that example.com must be replaced with the domain you wish to permit. |
159 This example also demonstrates the configuration of an attribute filter |
159 This example also demonstrates the configuration of an attribute filter |