Hi, I misunderstood your original post. You're talking about POST requests on a protected url, not on the /serviceValidate url.
Did you try to send POST requests with the service ticket as a form parameter (not in the query string) ? Do you have the parameter *redirectAfterValidation* set to *true *for your CAS validation filter ? Can you turn on *DEBUG *logs for *org.jasig.cas.client* package and post relevant logs ? Thanks, Jérôme On Monday, February 11, 2013 6:45:19 PM UTC+1, genix wrote: > > Hi Jérôme, > > thanks for the reply. > > The strange thing is, that when I send the request as POST, the ticket is > validated correctly (that's what the cas logs tell me), but the webservice > is telling me "resource moved" and provides me with an link to the same > resource, but using the get-method. Doing the same request being > authenticated by the cas login form, it is being executed correctly. > > I am using the offical CAS Client for Java 3.1, with a web.xml > configuration. > > Regards, genix. > -- > You are currently subscribed to [email protected] <javascript:> as: > [email protected] <javascript:> > 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
