Log off loop

Julien Marchal Julien.Marchal at univ-nancy2.fr
Wed Feb 6 09:57:56 EST 2008


I use cas 3.1.1 with uPortal 2.6.
Now CAS send a direct POST request to log off user.
The portal receve this POST to login's url and make 20 loop (beetwen 
/login and /) and create 20 portal's session at each log off
Until the CAS server (the HttpURLConnection which made log off ) say too 
many redirect

I've modify AbstractWebApplicationService
To say to httpclient not following the redirect send by the portal
logOutOfService methode  :
connection.setFollowRedirects(false);
connection.setInstanceFollowRedirects(false);
           
I don"t know if in the 3.2 this bug is corrected ?

Other question is there a solution to choose which service support log 
off or not?

Thank,

-- 
 > Université Nancy 2 <http://www.univ-nancy2.fr/> 	
Pôle Lorrain de Gestion
13 rue du Maréchal Ney
CO 30075
54036 NANCY Cedex
 > Téléphone 	03.54.50.36.54
 > Fax 	03.54.50.36.51

Julien Marchal
Equipe réseau - CRI

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080206/d048711c/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nu_nancy2.png
Type: image/png
Size: 1829 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080206/d048711c/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tel.png
Type: image/png
Size: 1044 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080206/d048711c/attachment-0001.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fax.png
Type: image/png
Size: 932 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080206/d048711c/attachment-0002.png 


More information about the cas mailing list