Projet

Général

Profil

« Précédent | Suivant » 

Révision 42af34ad

Ajouté par Jérôme Schneider il y a plus de 9 ans

local_logout: don't change cookie path when mandaye delete it

Voir les différences:

mandaye/auth/saml2.py
157 157
            logger.warning('saml2_sp_logout_url not set into vhost configuration only removing cookies')
158 158
            for cookie in req_cookies.values():
159 159
                cookie['expires'] = 'Thu, 01 Jan 1970 00:00:01 GMT'
160
                cookie['path'] = '/'
161 160
            if next_url:
162 161
                return _302(next_url, req_cookies)
163 162
            else:

Formats disponibles : Unified diff