Hi everybody,

I'm currently trying to set up CAS with a JAAS backend, and encounter
the same problem as Jin Lee a while back.

Basically, just trying to access the login page causes firefox to get
 stuck in an infinite redirect loop -- here is the HTTP traffic :

-> GET https://cas.genoscope.cns.fr:8443/cas31/
<- 302 
https://cas.genoscope.cns.fr:8443/cas31/login;jsessionid=9CD140C2D3E2F90A2378A02A2740BA38?null
-> GET 
https://cas.genoscope.cns.fr:8443/cas31/login;jsessionid=9CD140C2D3E2F90A2378A02A2740BA38?null
<- 302 https://cas.genoscope.cns.fr:8443/cas31/login?null
-> GET https://cas.genoscope.cns.fr:8443/cas31/login?null
<- 302 https://cas.genoscope.cns.fr:8443/cas31/login?null
etc.

I suspect the culprit is the ';' in the redirect, or maybe the 'null' 
parameter, but I have no clue on how they get there : here is the content
of the cas.properties file :

#cas.securityContext.serviceProperties.service=https://localhost:8443/cas/services/j_acegi_cas_security_check
cas.securityContext.serviceProperties.service=https://cas.genoscope.cns.fr:8443/cas31/services/j_acegi_cas_security_check
#cas.securityContext.casProcessingFilterEntryPoint.loginUrl=https://localhost:8443/cas/login
cas.securityContext.casProcessingFilterEntryPoint.loginUrl=https://cas.genoscope.cns.fr:8443/cas31/login
#cas.securityContext.casProxyTicketValidator.casValidate=https://localhost:8443/cas/proxyValidate
cas.securityContext.casProxyTicketValidator.casValidate=https://cas.genoscope.cns.fr:8443/cas31/proxyValidate

cas.themeResolver.defaultThemeName=default
cas.viewResolver.basename=default_views

Any hint ?

Simon


-- 
Simon Vallet
Ingénieur Systèmes/Réseaux
CEA DSV/IG/Genoscope
Tél. : +33 1 60 87 36 06
E-mail : [EMAIL PROTECTED]
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to