Hi, Take a look here: http://www.ja-sig.org/wiki/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+in+the+web.xml
Specifically at: org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter We had to change it in order to more easily support non-Spring configuration (while still having the option of supporting Spring). -Scott On Feb 4, 2008 5:09 AM, Anik <[EMAIL PROTECTED]> wrote: > > But what I have to use instead of (like it was in client 3.0): > > <servlet-name>casclient</servlet-name> > > <servlet-class> > org.jasig.cas.client.proxy.SpringConfiguredProxyReceptorServlet > </servlet-class> > <load-on-startup>1</load-on-startup> > </servlet> > > <servlet-mapping> > <servlet-name>casclient</servlet-name> > <url-pattern>/proxy/Receptor</url-pattern> > </servlet-mapping> > > Anna > > > scott_battaglia wrote: > > > > It should be: > > p:proxyCallbackUrl=" > https://my.local.service.com/cas-client/proxy/receptor" > > > > -Scott > > > > On Feb 1, 2008 4:52 PM, Anik <[EMAIL PROTECTED]> wrote: > > > >> > >> Hi, > >> > >> I've configured everything like you've written here > >> > >> > http://www.ja-sig.org/wiki/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+using+Spring > >> . > >> > >> > >> Everything works fine, but then I've tried to use proxy stuff : > >> <bean > >> name="ticketValidationFilter" > >> > >> class=" > >> > org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter" > >> p:service="https://my.local.service.com/cas-client" > >> p:proxyReceptorUrl="/proxy/receptor"> > >> <property name="ticketValidator"> > >> <bean > >> class=" > >> org.jasig.cas.client.validation.Cas20ServiceTicketValidator" > >> > >> p:name=proxyCallbackUrl=" > >> https://my.local.service.com/cas-client/proxy/receptor"> > >> <constructor-arg index="0" value=" > >> https://localhost:8443/cas" /> > >> </bean> > >> </property> > >> </bean> > >> > >> I've just get the first problems. > >> > >> the first thing - is this config correct > >> (p:name=proxyCallbackUrl=" > >> https://my.local.service.com/cas-client/proxy/receptor") > >> ? The second thing, what is with "/proxy/receptor". > >> In the further version, we have > >> SpringConfiguredProxyReceptorServlet.java, > >> and now ? How should I configure my cas client, to get > >> ProxyGrantingTicket > >> working ? Maybe I've missed something :( > >> > >> Thx in advance. > >> Anna > >> > >> > >> scott_battaglia wrote: > >> > > >> > CAS Community, > >> > > >> > I'm having trouble with our CMS, but I wanted to let you all know > that > >> > we've > >> > released release candidate 2 of the CAS Client for Java 3.1. Please > >> > (please!) test it out and let us know if it works well. We want to > cut > >> a > >> > final release soon (but we'd like some people who can to confirm that > >> it > >> > works well before we do that). > >> > > >> > You can find the release in our Maven2 repository: > >> > http://developer.jasig.org/maven2 > >> > > >> > This project will going forward be the basis for all Java > applications > >> > that > >> > include CAS support (including Spring Security). > >> > > >> > Thanks > >> > -Scott > >> > > >> > -- > >> > -Scott Battaglia > >> > LinkedIn: http://www.linkedin.com/in/scottbattaglia > >> > > >> > _______________________________________________ > >> > Yale CAS mailing list > >> > [email protected] > >> > http://tp.its.yale.edu/mailman/listinfo/cas > >> > > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/CAS-Client-for-Java-3.1-Release-Candidate-2-tp15163208p15228431.html > >> Sent from the CAS Users mailing list archive at Nabble.com. > >> > >> _______________________________________________ > >> Yale CAS mailing list > >> [email protected] > >> http://tp.its.yale.edu/mailman/listinfo/cas > >> > > > > > > > > -- > > -Scott Battaglia > > > > LinkedIn: http://www.linkedin.com/in/scottbattaglia > > > > _______________________________________________ > > Yale CAS mailing list > > [email protected] > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > -- > View this message in context: > http://www.nabble.com/CAS-Client-for-Java-3.1-Release-Candidate-2-tp15163208p15265026.html > Sent from the CAS Users mailing list archive at Nabble.com. > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > -- -Scott Battaglia LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
