authserver/casserver/simple-cas4-overlay-template/src/main/webapp/WEB-INF/deployerConfigContext.xml
changeset 8 5a0cbbe0922a
parent 0 1afc9d2ab94d
--- a/authserver/casserver/simple-cas4-overlay-template/src/main/webapp/WEB-INF/deployerConfigContext.xml	Thu Jul 02 16:55:25 2015 +0200
+++ b/authserver/casserver/simple-cas4-overlay-template/src/main/webapp/WEB-INF/deployerConfigContext.xml	Wed May 27 15:34:06 2015 +0200
@@ -151,7 +151,7 @@
     <util:list id="registeredServicesList">
         <bean class="org.jasig.cas.services.RegexRegisteredService"
               p:id="0" p:name="HTTP and IMAP" p:description="Allows HTTP(S) and IMAP(S) protocols"
-              p:serviceId="^(https?|imaps?)://.*" p:evaluationOrder="10000001" />
+              p:serviceId="^(https?|imaps?)://.*" p:evaluationOrder="10000001" p:allowedToProxy="true" />
         <!--
         Use the following definition instead of the above to further restrict access
         to services within your domain (including sub domains).