Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

resources/cas-servlet.xml -> webapp/WEB-INF/cas-servlet.xml

AdditionsChanges:

Code Block
<bean id="authenticationViaFormAction" class="org.jasig.cas.web.flow.LdapPwdAuthenticationViaFormAction"
      p:centralAuthenticationService-ref="centralAuthenticationService"
      p:warnCookieGenerator-ref="warnCookieGenerator"
      p:errorProcessor-ref="firstErrorProcessor" />

...