Hi!

I case of a GWT app the browser communicates with the servlet using POST
requests mostly. After the session idle timeout occurs and the user then
tries to navigate within such an app, a new POST request will be sent. The
filters within web.xml would intercept this POST and will try to redirect
the browser to our CAS server to re-validate the ticket or something along
the lines. But the problem is that the browser doesn't honor redirects in
case a POST was sent.

Is it possible to do such a re-validation without redirecting to the CAS
server using some API? Or can you suggest another solution? I have seen one
solution that involves a custom login screen built into the GWT app but I
would rather stick with just one place to login whenever needed.

Any clues are welcome!

Best regards,
Andrus

-- 
View this message in context: 
http://jasig.275507.n4.nabble.com/I-try-to-CASify-GWT-servlet-but-am-out-of-ideas-can-someone-give-me-some-ideas-please-tp2329916p2329916.html
Sent from the CAS Users mailing list archive at Nabble.com.

-- 
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

Reply via email to