Modify ↓
Opened 17 years ago
Closed 17 years ago
#2261 closed defect (fixed)
anonymous logout results in system error (and redirects to trust root)
Reported by: | Gabriel Sean Farrell | Owned by: | Dalius |
---|---|---|---|
Priority: | normal | Component: | AuthOpenIdPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Anonymous logout results in a system error, due to a return that should be a redirect. Patch attached.
Attachments (2)
Change History (4)
Changed 17 years ago by
Attachment: | anonlogout.diff added |
---|
comment:1 Changed 17 years ago by
Summary: | anonymous logout results in system error → anonymous logout results in system error (and redirects to trust root) |
---|
Not exactly on the same ticket, but a very similar patch: I noticed that _do_logout redirects to the trust root rather than the abs_href, which at least for me seems like should be the behavior on logout. See the newer patch.
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks. I have added your patch.
Note: See
TracTickets for help on using
tickets.
fixes anonymous logout error