Hi,
I have been spent more than one week for trying using Acegi as client for CAS. The problem is always that the Acegi client gets null authentication. First, I guessed the problem is that httpSession was lost during switch from https to http. Then, I put all my web resource under secure channel, but the problem is still there. This morning, I tested it with the contacts-cas.war sample, but same problem.
13:20:27,190 DEBUG FilterChainProxy,http-8443-Processor24:297 - /j_acegi_cas_security_check?ticket=ST-3-CbjQgQv2B4c7M3SX7W1XCybFQZZQvDzQEvq-20 at position 2 of 6 in additional filter chain; firing Filter: 'org.acegisecurity.context.HttpSessionContextInteg rationFilter@10848b9'
13:20:27,190 DEBUG HttpSessionContextIntegrationFilter,http-8443-Processor24:215 - HttpSession returned null object for ACEGI_SECURITY_CONTEXT - new SecurityContext instance associated with SecurityContextHolder
13:20:27,190 DEBUG FilterChainProxy,http-8443-Processor24:297 - /j_acegi_cas_security_check?ticket=ST-3-CbjQgQv2B4c7M3SX7W1XCybFQZZQvDzQEvq-20 at position 3 of 6 in additional filter chain; firing Filter: 'org.acegisecurity.ui.cas.CasProcessingFilter@194a 1e9'
13:20:27,190 DEBUG AbstractProcessingFilter,http-8443-Processor24:220 - Request is to process authentication
I also checked the log of cas server, but can't find any exception.
In the attachment, there is log form both client and server side.
Thanks for any helo you can provide.
Yaojin



