Topic: CAS 单点登陆的问题 |
Print this page |
1.CAS 单点登陆的问题 | Copy to clipboard |
Posted by: jikiru11 Posted on: 2006-06-07 17:53 各位大哥,大姐: 小弟我正在完成一个 CAS 单点登陆 的问题,有些东西我不知道了,谁有 CAS 单点登陆 的相关原代码了,给我了.谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢!谢谢! 我的MSN: liuzhongqiu_jack@Hotmail.com |
2.Re:CAS 单点登陆的问题 [Re: jikiru11] | Copy to clipboard |
Posted by: linux_china Posted on: 2006-06-07 21:24 请参考 http://www.ja-sig.org/products/cas/ |
3.Re:CAS 单点登陆的ticket问题 [Re: jikiru11] | Copy to clipboard |
Posted by: jikiru11 Posted on: 2006-06-09 14:53 我现在从我的 JSP 页面 提交了用户登陆的信息和 service 到 CAS 的服务器上 ,服务器登陆通过 个我 返回一个 ticket 到我 service 的指定的一个 servlet 中。现在 返回的 ticket 已经成功,但我要再次 那它 去 CAS 服务器去验证。但总是有 exception 看看下面的代码了 更明确了 String ticket = request.getParameter("ticket"); System.out.println("\n ticket 1 "+ticket );//有值 ServiceTicketValidator sv = new ServiceTicketValidator(); sv.setCasValidateUrl("https://www.mycompany.com.cn:8443/cas/login"); sv.setProxyCallbackUrl("https://www.mycompany.com.cn:8443/cas/serviceValidate"); sv.setService("http://localhost:8080/myforum/MyTestServlet"); sv.setServiceTicket(ni); try{ sv.validate(); }catch(Exception e){ System.out.println("\n exception 2 "+e.toString()); } 但 有以下的 严重 exception : [Fatal Error] :14:140: The reference to entity "ticket" must end with the ';' delimiter. exception 2 org.xml.sax.SAXParseException: The reference to entity "ticket" must end with the ';' delimiter. 有那为高手知道是怎么会是,请给你指点了 !!!谢谢!!! |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |