我的配置如下,始终 不走casFilter,求大神帮忙解决一下。谢谢!<!-- sends to the CAS Server, must be in entry-point-ref of security.xml --> <bean id="casEntryPoint" class="org.springframework.security.cas.web.CasAuthenticationEntryPoint"> <property name="serviceProperties" ref="serviceProperties"/> <property name="loginUrl" value="${cas.client.login}" /> </bean> <bean id="casFilter" class="org.springframework.security.cas.web.CasAuthenticationFilter"> <property name="authenticationManager" ref="authenticationManager"/> <property name="filterProcessesUrl" value="/login"/> <!-- <property name="proxyGrantingTicketStorage" ref="proxyGrantingTicketStorage"/> <property name="proxyReceptorUrl" value="/proxyCallback"/> --> </bean>
添加回答
举报
0/150
提交
取消
