I believe we only set 201 on success and include the ticket as part of the location url: https://github.com/Jasig/cas/blob/master/cas-server-integration-restlet/src/main/java/org/jasig/cas/integration/restlet/TicketResource.java
On Wed, Sep 14, 2011 at 1:29 PM, Marvin Addison <[email protected]>wrote: > > Now when i make a RESTful post to http://localhost:8080/api/v1/ticketswith > > username and password, all i get back from CAS is a "200 OK" > > I believe the problem is that you're not running over SSL. Please do > the SSL setup, try again, and report back in any case. If it turns > out that resolves the problem, we need to improve the response in that > case to indicate the underlying problem. A 200 response is unhelpful > at best. > > 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 > > -- 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
