Closed
Bug 1148061
Opened 11 years ago
Closed 11 years ago
updating bug should redirect to a GET after POST
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 577720
People
(Reporter: matt.sawyer, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.15 (KHTML, like Gecko) Version/8.0.5 Safari/600.5.15
Steps to reproduce:
1. open a bug page (/show_bug.cgi?id=xxxxxx)
2. save changes to the bug
3. note that the page refreshes via the HTTP POST response
4. try to refresh the page
Actual results:
The browser will warn you about reposting the page.
Expected results:
There should be no warning. Bugzilla should redirect to GET the bug page after the POST.
Comment 1•11 years ago
|
||
Bugzilla does this since version 4.2. All modern browsers support this except KHTML.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•