cas退出不到指定的页面
现在使用的cas作为单点登录服务端,PHP做为客户端,从PHP请求退出后总是跳转到登录页,而不是指定的页面(PHP通过域名访问),所有配置都配置了cas-servlet.xml文件中的<bean id="logoutController" class="org.jasig.cas.web.LogoutController"p:centralAuthenticationService-ref="centralAuthenticationService"
p:logoutView="casLogoutView"
p:followServiceRedirects="${cas.logout.followServiceRedirects:true}"
p:warnCookieGenerator-ref="warnCookieGenerator"
p:ticketGrantingTicketCookieGenerator-ref="ticketGrantingTicketCookieGenerator"
p:servicesManager-ref="servicesManager"
/>(p:followServiceRedirects="${cas.logout.followServiceRedirects:true}")已经设为true还是不行,请问这是怎么回事呢?? cas --------------------编程问答-------------------- 客户端端调用的代码是什么,指定了service参数没?service指定的页面是非登录保护页面? --------------------编程问答-------------------- service这个参数都有指定地!!
补充:Java , Java EE