Closed
Bug 818477
Opened 12 years ago
Closed 12 years ago
Redirect loop: https://developer.mozilla.org/ja/docs/CSS/column-gap
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ghost, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11
Steps to reproduce:
I tried access to following page:
https://developer.mozilla.org/ja/docs/CSS/column-gap?redirect=no
Actual results:
The following page is displayed:
https://developer.mozilla.org/ja/docs/CSS/column-gap?redirect=no
Expected results:
Please stop the redirection to https://developer.mozilla.org/ja/docs/CSS/column-gap from https://developer.mozilla.org/ja/docs/CSS/column-gap.
Comment 1•12 years ago
|
||
The same issue has been reported:
(Bug 840092 Comment 22)
> Firefox has detected that the server is redirecting the request for this
> address in a way that will never complete.
>
> https://developer.mozilla.org/zh-cn/docs/CSS/transform
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•12 years ago
|
||
(In reply to Kohei Yoshino from comment #1)
> The same issue has been reported:
>
> (Bug 840092 Comment 22)
> > Firefox has detected that the server is redirecting the request for this
> > address in a way that will never complete.
> >
> > https://developer.mozilla.org/zh-cn/docs/CSS/transform
The source of this page is a redirect to itself:
https://developer.mozilla.org/zh-CN/docs/CSS/transform?redirect=no
It can be fixed by editing from that ?redirect=no URL
Comment 3•12 years ago
|
||
(In reply to ghost@ethertank.jp from comment #0)
> Please stop the redirection to
> https://developer.mozilla.org/ja/docs/CSS/column-gap from
> https://developer.mozilla.org/ja/docs/CSS/column-gap.
Same thing, the source of this page is a redirect to itself. I disabled the redirect, but not sure what content should be there:
https://developer.mozilla.org/ja/docs/CSS/column-gap?redirect=no
Also, you may need to clear browser cache, because redirects seem to be aggressively cached
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
I've also filed this bug to detect self-redirects in the future and to refuse to execute them:
https://bugzilla.mozilla.org/show_bug.cgi?id=841735
Comment 5•12 years ago
|
||
(In reply to Les Orchard [:lorchard] from comment #4)
> I've also filed this bug to detect self-redirects in the future and to
> refuse to execute them:
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=841735
Beat me to it! Was just about to do that.
In the meantime, could you please fix the following issues as well? Notice that both bugs refer to multiple pages in the comments.
* Bug 833814
* Bug 772826
Also wondering if bug 778504 has anything to do with this.
Comment 6•12 years ago
|
||
Just going through some old bugs. Any thoughts on comment 5?
Flags: needinfo?(lorchard)
Reporter | ||
Comment 7•12 years ago
|
||
Reporter | ||
Comment 8•12 years ago
|
||
URL in my first comment text seem wrong...
I wanted to say it is the next thing.
A: column-gap
B: -moz-column-gap
I was wrote correctly to redirect to A from B.
(B has no string for redirect B to A.)
However, A was redirected automatically to B.
I solved this by rewriting the slug once.
https://developer.mozilla.org/ja/docs/CSS/column-gap$history
But I think this is dangerous.
Reporter | ||
Comment 9•12 years ago
|
||
(In reply to Kohei Yoshino from comment #1)
I fixed this page's problem: https://developer.mozilla.org/zh-CN/docs/CSS/transform
But this is other thing.
Updated•12 years ago
|
Flags: needinfo?(lorchard)
Resolution: FIXED → WORKSFORME
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•