Modify ↓
Opened 16 years ago
Closed 16 years ago
#4600 closed defect (fixed)
After login/logout, can not redirect to where user comes from.
Reported by: | Jiang Xin | Owned by: | Jiang Xin |
---|---|---|---|
Priority: | normal | Component: | TracCoSignPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Can not redirect to the orignal place where user comes from, if login or logout using TracCoSignPlugin.
For example:
- user visit http://trac-hacks.org/report/9?COMPONENT=TracCoSignPlugin without login;
- user click login link in navibar (TracCoSignPlugin installed);
- redirect to
CoSign
single sign-on for login; - redirect back to http://trac-hacks.org/wiki;
But, it should redirect back to http://trac-hacks.org/report/9?COMPONENT=TracCoSignPlugin
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [5226]) TracCoSignPlugin: Take referer as query_string between trac and cosign sso login/logout process; This hopefully fixes #4600.