> 4. When i try using RESTful, i get redirected > to https://localhost:8443/cas/login
I wonder whether a 404 error is the root cause. By default CAS intercepts 404 errors and simply redirects to the login page instead of returning a 404 HTTP response. Review the cas.log file and see if there's evidence for this. Turn up the org.springframework category to DEBUG if needed so you can see Spring MVC routing details. (You should avoid DEBUG for org.springframework in general since it will cause cleartext passwords to be logged.) M -- 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-dev
