GET instead of POST when using capability.policy.*.checkloaduri.enabled=allAccess and 302 redirect
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
People
(Reporter: abbeyj+bugzilla, Assigned: nika)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Marking wontfix for 65. Hopefully this will be fixed in 66 with bug 1467223.
Reporter | ||
Comment 7•6 years ago
|
||
I've just retested in Firefox 66.0 / Win64 and it still appears broken for me. Is it fixed for you?
Assignee | ||
Comment 8•6 years ago
|
||
(In reply to James Abbatiello from comment #7)
I've just retested in Firefox 66.0 / Win64 and it still appears broken for me. Is it fixed for you?
Can you test in Firefox 67? The pref landed in bug 1467223 was left off for the 66 trains, and was not enabled by default until Firefox 67 in bug 1528360.
Reporter | ||
Comment 9•6 years ago
|
||
I've retested in Firefox Developer Edition 67.0b3 / Win32. I'm seeing some strange behavior.
I start by opening http://example.net/ in a new tab. This performs the 302 redirect to http://example.com/ and loads that content into the window. But the URL bar incorrectly says "example.net".
If it was just displaying incorrectly then clicking the button should perform a POST to http://example.com/form. Instead it performs a POST to http://example.net/form which indicates to me that Firefox mistakenly thinks that the content that it has came from example.net instead of example.com where it actually came from.
Clicking the link to "http://example.net" also has some odd behavior. Clicking on it when the URL bar says "example.net" will redirect you and the URL bar will then say "example.com". Clicking on it again will then change the URL bar back to "example.net" which is incorrect. You can toggle back and forth between these two states by repeatedly clicking the link.
So the original behavior of GET requests is fixed but things still aren't working properly. Do you want to keep this open to track that or would you prefer a new bug?
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 10•6 years ago
|
||
:qdot, any chance you'd be able to peek at this?
Comment 11•6 years ago
|
||
Hmm. I'm not sure we're going to want to keep this in the same bug. The location bar issues sounds different than the original issues. I'll close this particular bug out as fixed since it seems the original problem is handled, and have filed 1543528 as a followup for the url bar issue.
Updated•6 years ago
|
Description
•