Another page redirect problem in firefox
Andrew R Feller
afelle1 at lsu.edu
Thu Jan 17 10:46:11 EST 2008
Simon,
I can tell you that the ";jsessionid=..." and "login?null" are not your issues though it is weird that you are being infinitely redirected to the login page.
What does your Tomcat error logs show? Are any exceptions being thrown?
Andrew R Feller, Analyst
University Information Systems
200 Fred Frey Building
Louisiana State University
Baton Rouge, LA, 70803
(225) 578-3737 (office)
-----Original Message-----
From: cas-bounces at tp.its.yale.edu [mailto:cas-bounces at tp.its.yale.edu] On Behalf Of Simon Vallet
Sent: Thursday, January 17, 2008 9:29 AM
To: cas at tp.its.yale.edu
Subject: Another page redirect problem in firefox
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
_______________________________________________
Yale CAS mailing list
cas at tp.its.yale.edu
http://tp.its.yale.edu/mailman/listinfo/cas
More information about the cas
mailing list