Hi, I have deployed CAS4.0.0-RC1 to expose as a RESTful API by following instructions at https://wiki.jasig.org/display/CASUM/RESTful+API .
To make it deploy cleanly I had to manage dependencies as different modules depend on different version of library. After fixing the dependency issues I deployed into tomcat which started cleanly and I can see the login page. Then I tried to post username/password using "a google chrome extension Advanced REST Client" and I didn't get the response back as mentioned in above URL, instead I got the response with the login page HTML and following in the header. [code] To:http://www.which.co.uk:8080/cas/login with status: 302 HTTP/1.1 302 Found Redirection information has not been cached. Server: Apache-Coyote/1.1 Location: http://www.which.co.uk:8080/cas/login Content-Type: text/html;charset=ISO-8859-1 Transfer-Encoding: chunked Date: Thu, 27 Jun 2013 14:14:44 GMT [/code] I have tried same thing into CAS3.5.2 and it has worked. Though there I didn't have to manage the maven dependency myself. Does any body know, if this is known problem or the way its configured has been changed with the release candidate or am I doing something stupid? Please let me know, if you need further information. Thanks & Regards, Irfan -- <BR> You are currently subscribed to [email protected] as: [email protected] <BR> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
