You won't have a ticket available in your Request object unless you let the
user authenticate to CAS and then have CAS redirect back to your service.

-Scott

On 3/8/07, t ray <[EMAIL PROTECTED]> wrote:

Hello,
I am having trouble getting the service ticket. I use the following code
and ticket turns out to be null-

    ServiceTicketValidator sv = new ServiceTicketValidator();
    sv.setCasValidateUrl("https://localhost:8443/cas/serviceValidate";);
    sv.setService("http://localhost:8080/examples/jsp2/dem/basic-stuff.jsp
");
    System.out.println("TICKET="+request.getParameter("ticket"));
    sv.setServiceTicket(request.getParameter("ticket"));
    sv.validate();
As per my understanding, one needs to either manually validate a ticket OR
set up the filters etc within web.xml. I have NOT modified web.xml and I
expected the above to work. Things work fine when I modify the web.xml and
let the filters redirect my requests to CAS.

Suggestions?

Thanks.

------------------------------
Expecting? Get great news right away with email 
Auto-Check.<http://us.rd.yahoo.com/evt=49982/*http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html>
Try the Yahoo! Mail 
Beta.<http://us.rd.yahoo.com/evt=49982/*http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html>

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas




--
-Scott Battaglia

LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to