Closed
Bug 480862
Opened 16 years ago
Closed 16 years ago
relogin.cgi now just throws an error by default (should redirect to index.cgi)
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: mkanat, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
921 bytes,
patch
|
gregaryh
:
review+
|
Details | Diff | Splinter Review |
relogin.cgi as of Bugzilla 3.4 will currently just throw an error if accessed with no action. There are no links within Bugzilla itself that go to this page without an action, so I'm not that worried about this. But if somebody perhaps has some application that depends on the old default behavior of relogin.cgi (which is to log people out) then we could fix relogin.cgi to redirect people to index.cgi by default or to be sudo-login by default.
| Assignee | ||
Comment 1•16 years ago
|
||
We should fix this as this is a kind of regression.
Depends on: 121601
Flags: blocking3.4+
Target Milestone: --- → Bugzilla 3.4
Version: unspecified → 3.3.4
| Assignee | ||
Comment 2•16 years ago
|
||
Redirect to index.cgi if no action is defined, as we do in post_bug.cgi (which redirects to enter_bug.cgi if no parameters are given). I don't worry about bug 376044 as nobody ever reported any problem with the post_bug -> enter_bug redirect, and relogin.cgi should not be reached without any argument anymore anyway.
Updated•16 years ago
|
Attachment #372856 -
Flags: review?(ghendricks) → review+
| Assignee | ||
Updated•16 years ago
|
Flags: approval3.4+
Flags: approval+
| Assignee | ||
Comment 3•16 years ago
|
||
tip:
Checking in relogin.cgi;
/cvsroot/mozilla/webtools/bugzilla/relogin.cgi,v <-- relogin.cgi
new revision: 1.43; previous revision: 1.42
done
3.3.4:
Checking in relogin.cgi;
/cvsroot/mozilla/webtools/bugzilla/relogin.cgi,v <-- relogin.cgi
new revision: 1.42.2.1; previous revision: 1.42
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Summary: relogin.cgi now just throws an error by default → relogin.cgi now just throws an error by default (should redirect to index.cgi)
| Reporter | ||
Comment 4•16 years ago
|
||
Why didn't you redirect to index.cgi with ?logout=1 ?
You need to log in
before you can comment on or make changes to this bug.
Description
•