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 committed Feb 28, 2018
1 parent ed6e488 commit 579913b
Showing 1 changed file with 2 additions and 1 deletion.
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

1 comment on commit 579913b

@ChristianMurphy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonathanmtran question, why is encodeServiceUrl being disabled here?

related to: https://groups.google.com/a/apereo.org/d/msg/uportal-user/44Uw1YP8_Mg/fUKK4ztsFQAJ

Please sign in to comment.