Versions Compared

Key

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

...

You'll need to modify the WEB-INF/spring-configuration/argumentExtractorsConfiguration.xml, and add the following:
(note: the section  p:httpClient-ref="httpClient"   is only for 3.4 and up, and should be removed for 3.3.x)

No Format
<bean         nameid="googleAccountsArgumentExtractor"
	class="org.jasig.cas.web.support.GoogleAccountsArgumentExtractor"
	p:privateKey-ref="privateKeyFactoryBean"
	p:publicKey-ref="publicKeyFactoryBean"
        p:httpClient-ref="httpClient" />

...