Closed
Bug 1240057
Opened 9 years ago
Closed 9 years ago
Refreshing page uses the URL before redirect
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | 2.0+ | --- |
People
(Reporter: xidorn, Assigned: bnicholson)
References
Details
Attachments
(1 file)
It seems if you visit page A which redirects to page B, when you refresh the page, the browser request page A again, instead of requesting the url in address bar, which should be page B.
This affects Bugzilla, so I have a simple STR:
1. comment on a bug and submit
2. wait until the changed bug page load
3. refresh the page
Expected result:
the bug page is refreshed
Actual result:
process_bug.cgi is requested again, which would then show
> You apparently didn't choose any bugs to modify.
Updated•9 years ago
|
tracking-fxios:
--- → ?
Hardware: Other → All
Summary: Refreshing page uses the url before redirect → Refreshing page uses the URL before redirect
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Likely caused by RDS where we decided to do this intentionally to avoid desktop -> mobile redirections. I'll verify this and handle these cases separately.
Assignee: nobody → bnicholson
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8710227 -
Flags: review?(etoop)
Comment 3•9 years ago
|
||
Comment on attachment 8710227 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/1462
LGTM. Works.
Attachment #8710227 -
Flags: review?(etoop) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•