Skip to content

Commit

Permalink
Merge pull request #1138 from jonathanmtran/UP-5000
Browse files Browse the repository at this point in the history
UP-5000 Revised ticketValidationFilter bean to use serverName instead of service
  • Loading branch information
ChristianMurphy authored Mar 1, 2018
2 parents c65b2bc + 579913b commit 65cafbe
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 65cafbe

Please sign in to comment.