Skip to content

Commit

Permalink
UP-5000 Revised ticketValidationFilter bean to use serverName instead…
Browse files Browse the repository at this point in the history
… of service
  • Loading branch information
Jonathan M. Tran authored and drewwills committed May 4, 2018
1 parent 2752c1e commit 895c0cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
| source configuration settings from the primaryPropertyPlaceholderConfigurer.)
+-->
<bean name="ticketValidationFilter" class="org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter">
<property name="service" value="${cas.ticketValidationFilter.service}" />
<property name="serverName" value="${portal.protocol.server.context}" />
<property name="encodeServiceUrl" value="false" />
<property name="proxyReceptorUrl" value="${cas.ticketValidationFilter.proxyReceptorUrl:}" />
<property name="ticketValidator">
<bean class="org.jasig.cas.client.validation.Cas20ServiceTicketValidator">
Expand Down

0 comments on commit 895c0cb

Please sign in to comment.