#1212: Identity is not completing the logging out proccess correctly with
SOProvider
------------------------------+---------------------------------------------
Reporter: claudio.martinez | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 1.0
Component: Identity | Version: trunk
Severity: major | Keywords:
------------------------------+---------------------------------------------
Browsing identity's code I found a bug that might have security
consecuences.
On source:trunk/turbogears/identity/soprovider.py#2242 line 137 the
"anon.anonymous= True" is triggering an exception since that property is
read-only and the current identity is not being setted as anonymous
correctly since there's a 'except: pass' on the whole method. Doubled
edged sword that is.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1212>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---