View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013065 | mantisbt | authentication | public | 2011-06-10 03:59 | 2011-12-03 10:29 |
Reporter | zett | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | duplicate | ||
Product Version | 1.2.0 | ||||
Summary | 0013065: login_page.php return paremter is ignored, when already logged in | ||||
Description | When having a Link like http://<mantisserver>/mantisbt-1.2.0/login_page.php?return=%2Fmantisbt-1.2.0%2Fview.php%3Fid%3D3851 Then you have two options: 1.) You're not logged in Then you'll get a redirect to login_page.php for getting Username and password. After checking, there will be an redirect to Bug 0003851 2.) You're already logged in Then you'll get an rediect to my_view_page.php How can i fix this behaviour? | ||||
Tags | No tags attached. | ||||
How about just linking to the bug? if already logged in, great, you are there. If not, mantisbt will send you to the login page, constructing the url such that the bug page is the return page. |
|
verified the same with 1.2.5 (link to server/mantis/login_page.php?return=/mantis/view.php?id=236 ) but not if already logged in. behavior is as described above in both cases. |
|
same problem as here : 0013060 i will try to do a patch... EDIT : patch attached on bug 0013060 |
|