Closed
Bug 874525
Opened 12 years ago
Closed 12 years ago
Redirect projects/security/nss and projects/security/jss to MDN
Categories
(www.mozilla.org :: Legacy PHP system, defect, P3)
www.mozilla.org
Legacy PHP system
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kathleen.a.wilson, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [kb=1024029] )
Redirect the following folders to new content, delete from legacy once complete.
From:
http://www.mozilla.org/projects/security/pki/nss/*
To:
https://developer.mozilla.org/en-US/docs/NSS
From:
http://www.mozilla.org/projects/security/pki/jss/*
To:
https://developer.mozilla.org/en-US/docs/JSS
Comment 2•12 years ago
|
||
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/98b4668f1006caec9eb84ac8d5949a575cc7fac6
Bug 874525 Redirect /projects/security/pki/* to developer.mozilla.org
https://github.com/mozilla/bedrock/commit/c648e3faa8395ff374b66ef1d605bb663666e62d
Merge pull request #896 from retornam/bug-874525-redirects
Bug 874525 Redirect /projects/security/pki/* to developer.mozilla.org
Comment 5•12 years ago
|
||
fixed on stage
www.allizom.org/projects/security/pki/nss/ ---> https://developer.mozilla.org/en-US/docs/NSS
www.allizom.org/projects/security/pki/jss/---> https://developer.mozilla.org/en-US/docs/JSS
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•12 years ago
|
||
Please fix typos:
www.allizom.org/projects/security/pki/nss/
should be
www.mozilla.org/projects/security/pki/nss/
and
www.allizom.org/projects/security/pki/jss/
should be
www.mozilla.org/projects/security/pki/jss/
Comment 7•12 years ago
|
||
(In reply to Kathleen Wilson from comment #6)
> Please fix typos:
>
> www.allizom.org/projects/security/pki/nss/
> should be
> www.mozilla.org/projects/security/pki/nss/
>
> and
> www.allizom.org/projects/security/pki/jss/
> should be
> www.mozilla.org/projects/security/pki/jss/
Hi Kathleen,
https://www.allizom.org is our staging server. QA tests bug fixes there before we push to production
Production is now fixed
www.mozilla.org/projects/security/pki/jss/
www.mozilla.org/projects/security/pki/nss/
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•12 years ago
|
||
Oh! Thanks!
Comment 9•12 years ago
|
||
Just noticed something. Comment 0 mentions the following redirects.
> http://www.mozilla.org/projects/security/pki/nss/* -> https://developer.mozilla.org/en-US/docs/NSS
> http://www.mozilla.org/projects/security/pki/jss/* -> https://developer.mozilla.org/en-US/docs/JSS
But it appears we only have these redirects in place.
> http://www.mozilla.org/projects/security/pki/nss/ -> https://developer.mozilla.org/en-US/docs/NSS
> http://www.mozilla.org/projects/security/pki/jss/ -> https://developer.mozilla.org/en-US/docs/JSS
In other words, URLs like [1] and [2] do not redirect to MDN, but instead result in a 404. Is this incorrect? Should URLs like [1] and [2] redirect to MDN also?
[1] http://www.mozilla.org/projects/security/pki/nss/anything/else/here
[2] http://www.mozilla.org/projects/security/pki/jss/anything/else/here
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Updated•12 years ago
|
Flags: needinfo?(kwilson)
Reporter | ||
Comment 10•12 years ago
|
||
The intent is that if someone has bookmarked this page:
http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslerr.html
the next time they browse to that page they will get redirected to
https://developer.mozilla.org/en-US/docs/NSS
Flags: needinfo?(kwilson)
Comment 11•12 years ago
|
||
Great, thanks for letting us know. I will submit a correction.
Comment 12•12 years ago
|
||
Blocks: mozorg-redirects
Comment 13•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/79ecb8f0a9ee331be0985bb93e094c6aff7661ca
Fix bug 874525: Redirect NSS/* and JSS/* to MDN.
Commit 98b4668f redirected the NSS and JSS directories to MDN. This
commit additionally redirects the files and directories that live below
them to MDN.
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 14•12 years ago
|
||
fixed on stage
Updated•12 years ago
|
Whiteboard: [kb=1024029]
Comment 15•12 years ago
|
||
Strange, this is no longer working on stage for me. Can you confirm, Raymond?
Flags: needinfo?(mozbugs.retornam)
Comment 16•12 years ago
|
||
this is broken on stage https://www.allizom.org/en-US/projects/security/nss/ is now a 404
Status: RESOLVED → REOPENED
Flags: needinfo?(mozbugs.retornam)
Resolution: FIXED → ---
Comment 17•12 years ago
|
||
Same with /jss. I will look into it. I suspect another redirect is conflicting with this one.
Comment 18•12 years ago
|
||
I was mistaken. The redirects mentioned in comment 0 work just fine.
Addresses that contain locales (like in comment 16) do not redirect, but it is my understanding that we have no intentions to redirect those URLs. Re-closing.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•