Another page redirect problem in firefox
Simon Vallet
svallet at genoscope.cns.fr
Thu Jan 17 10:28:43 EST 2008
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 : svallet at genoscope.cns.fr
More information about the cas
mailing list