Closed
Bug 795640
Opened 13 years ago
Closed 2 years ago
FF automatically redirects from pages where used to (but no longer is) a redirect - cached redirect
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1869588
People
(Reporter: novotnej, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1
Build ID: 20120911180710
Steps to reproduce:
as a web developer I often change .htaccess files on my sites. Problem is, that FF remembers, that I redirected for example en.eceufire.org to eceufire.org. Now I removed that .htaccess, but FF still redirects me to eceufire.org. Other browser don't do it..
Actual results:
described above
Expected results:
FF shouldn't redirect automatically but find out, if it's still necessary. I understand the purpose, so maybe it could be switchable to 'development mode', so 'normal' users would have still faster access.
Comment 1•13 years ago
|
||
301/302 redirects are cached, disabling the disk cache or clearing it should resolve that.
Severity: major → normal
Component: Untriaged → Networking: Cache
Product: Firefox → Core
Comment 2•10 years ago
|
||
reloads should not just reload the thing in the address bar, but also the redirect chain that got us there.. I know there is another bug on this but I cant find it
Summary: FF automatically redirects from pages where used to (but no longer is) a redirect → FF automatically redirects from pages where used to (but no longer is) a redirect - cached redirect
Whiteboard: [necko-backlog]
Comment 3•8 years ago
|
||
(In reply to novotnej from comment #0)
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101
> Firefox/15.0.1
> Build ID: 20120911180710
>
> Steps to reproduce:
>
> as a web developer I often change .htaccess files on my sites. Problem is,
> that FF remembers, that I redirected for example en.eceufire.org to
> eceufire.org. Now I removed that .htaccess, but FF still redirects me to
> eceufire.org. Other browser don't do it..
>
>
> Actual results:
>
> described above
>
>
> Expected results:
>
> FF shouldn't redirect automatically but find out, if it's still necessary. I
> understand the purpose, so maybe it could be switchable to 'development
> mode', so 'normal' users would have still faster access.
can you present a testcase as well, so people can start working on the bug?
Flags: needinfo?(novotnej)
Comment 4•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 5•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 6•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Flags: needinfo?(novotnej)
Resolution: --- → INCOMPLETE
Comment 7•2 years ago
•
|
||
If we are closing (which I'm not sure we should), then it should be as DUPLICATE. It is a valid bug, but getting a test case is more likely in Bug 1869588 and Bug 1869588 is reporting the same behavior. The reloading of redirect chain is tracked in Bug 968273.
You need to log in
before you can comment on or make changes to this bug.
Description
•