Results 1 to 5 of 5

Thread: Jar file for: edu/yale/its/tp/cas/client/ProxyTicketValidator

  1. #1
    Join Date
    Sep 2004
    Posts
    602

    Default Jar file for: edu/yale/its/tp/cas/client/ProxyTicketValidator

    Hi

    I am trying to configure my Acegi enabled web app for use with CAS, and when I try and declare this bean:

    <bean id="casProxyTicketValidator" class="org.acegisecurity.providers.cas.ticketvalid ator.CasProxyTicketValidator">

    I am getting

    Caused by: java.lang.NoClassDefFoundError: edu/yale/its/tp/cas/client/ProxyTicketValidator

    Can anyone tell me which jar this is in ?

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

  3. #3
    Join Date
    Sep 2004
    Posts
    602

    Default

    Quote Originally Posted by karldmoore View Post
    Ta, I didn't realise Acegi had a run time dependency on this, kind of obvious in hindsight !

  4. #4
    Join Date
    Sep 2004
    Posts
    602

    Default

    Quote Originally Posted by Paul Newport View Post
    Ta, I didn't realise Acegi had a run time dependency on this, kind of obvious in hindsight !
    FYI it's in the Yale CAS Client download from the clients section of the download page.

  5. #5
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by Paul Newport View Post
    Ta, I didn't realise Acegi had a run time dependency on this, kind of obvious in hindsight !
    those are the problems I like, nice a simple.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •