Yes, I am trying to build cas-java-clients-addons from source against the latest 3.3 (cas java client) snapshot.
Yes, the snapshot has multiple new features in it that I am currently using. No I can not use 3.2.1. On Wed, Apr 10, 2013 at 4:23 PM, Dmitriy Kopylenko <[email protected]>wrote: > Stephen, > > can you explain a little bit more - are you trying to build > cas-java-clients-addons from source against the latest 3.3 (cas java > client) snapshot? Is there a particular reason for that? Can you just use > the current version of java-cas-clients-addons which depends on 3.2.1? > > But in any case, it looks like CAS java client makes some breaking changes > to its public API e.g. marking number of methods final, etc. which > definitely breaks cas-java-clients-addons > > Dmitriy. > > On Apr 10, 2013, at 3:56 PM, Stephen More <[email protected]> wrote: > > Ok, I have a testing version of 3.5.2 server. Now I am working on the > client side.... > > cas-java-clients-addons: I need to build against cas.client 3.3-SNAPSHOT > not 3.2.1. > > I can easily update log to logger, but how should the following get > addressed ? > > /home/smore/wip/git/unicon/cas-java-clients-addons/src/main/java/net/unicon/casclients/addons/jasig/validation/Cas20ServiceTicketJsonValidator.java:[40,21] > validate(java.lang.String,java.lang.String) in > net.unicon.casclients.addons.jasig.validation.Cas20ServiceTicketJsonValidator > cannot override validate(java.lang.String,java.lang.String) in > org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator; overridden > method is final > > /home/smore/wip/git/unicon/cas-java-clients-addons/src/main/java/net/unicon/casclients/addons/jasig/validation/ClearPassProxyTicketValidator.java:[29,14] > setAcceptAnyProxy(boolean) in > net.unicon.casclients.addons.jasig.validation.ClearPassProxyTicketValidator > cannot override setAcceptAnyProxy(boolean) in > org.jasig.cas.client.validation.Cas20ProxyTicketValidator; overridden > method is final > > > -Stephen More > > > > On Wed, Apr 10, 2013 at 11:53 AM, Misagh Moayyed <[email protected]>wrote: > >> The minimum supported version is 3.5.1:**** >> >> https://github.com/Unicon/cas-addons/blob/master/README.md **** >> >> ** ** >> >> *From:* Stephen More [mailto:[email protected]] >> *Sent:* Wednesday, April 10, 2013 7:01 AM >> *To:* [email protected] >> *Subject:* Re: [cas-user] Attributes via CAS 2.0 protocol**** >> >> ** ** >> >> I am trying to get the unicon addon to work..the first thing I am >> struggling with is version compatibility. What version of the addon is >> compatible with what version of cas ?**** >> >> I am currently running 3.4.12. I added cas-addons 1.2 now I have >> conflicting jars in my lib dir: >> spring-security-core-3.0.5.RELEASE.jar >> spring-security-core-3.1.0.RELEASE.jar >> person-directory-api-1.5.0-RC6.jar >> person-directory-api-1.5.1.jar**** >> >> -Thanks**** >> >> Stephen More**** >> >> ** ** >> >> ** ** >> >> On Wed, Mar 27, 2013 at 12:44 PM, Dmitriy Kopylenko < >> [email protected]> wrote:**** >> >> There is one other option that would eliminate the need to "hack" >> casServiceValidationSuccess.jsp: >> https://github.com/Unicon/cas-addons/wiki/Configuring-JSON-Validation-Response >> **** >> >> ** ** >> >> Cheers,**** >> >> Dmitriy.**** >> >> ** ** >> >> On Mar 27, 2013, at 12:23 PM, Robert Oschwald < >> [email protected]> wrote:**** >> >> ** ** >> >> See >> https://wiki.jasig.org/display/CASUM/Attributes#Attributes-AccessingattributesusingtheCASclientforjavahow >> to release attributes to the client. >> If you use the SAML ticket validator, it works out of the box. >> >> If you want to release the attributes using the /serviceValidate url, you >> must add attributes to the casServiceValidationSuccess.jsp. >> >> Robert >> >> Am 27.03.2013 um 16:50 schrieb Stephen More <[email protected]>: >> >> >> **** >> >> According to the Client Feature Matrix ( >> https://wiki.jasig.org/display/CASC/Client+Feature+Matrix ) Attributes >> are available by using either protocol SAML1.1 or CAS 2.0 support via >> known server sided extension point. >> >> I see the SAML1.1 example here: >> https://wiki.jasig.org/display/CASC/Saml11TicketValidationFilter+Example >> >> What is the CAS 2.0 server side extension that supports attributes and >> is there an example ? >> >> >> -Stephen More >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user**** >> >> >> >> -- **** >> >> You are currently subscribed to [email protected] as: >> [email protected]**** >> >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user**** >> >> ** ** >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> **** >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user**** >> >> ** ** >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user**** >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> >> > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
