You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Daniel Gruno (JIRA)" <ji...@apache.org> on 2016/03/05 14:47:40 UTC

[jira] [Resolved] (INFRA-11180) Redirect to new Release Policy

     [ https://issues.apache.org/jira/browse/INFRA-11180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Gruno resolved INFRA-11180.
----------------------------------
    Resolution: Won't Fix
      Assignee: Daniel Gruno

Hi Marvin,
This isn't something that we could fix with a rewrite, as that would remove the anchors, to the best of my understanding. Your best option would be to add a small script snippet on the old page:

<script type="text/javascript">
location.href = "/new-location.html" + (location.hash||"");
</script>

> Redirect to new Release Policy
> ------------------------------
>
>                 Key: INFRA-11180
>                 URL: https://issues.apache.org/jira/browse/INFRA-11180
>             Project: Infrastructure
>          Issue Type: Task
>          Components: Website
>            Reporter: Marvin Humphrey
>            Assignee: Daniel Gruno
>
> Last December, VP Legal signed off on a new official Release Policy, published at <http://www.apache.org/legal/release-policy>.  This new policy supersedes <http://www.apache.org/dev/release>.
> The old content is preserved on the new page -- including all the anchors -- though demoted to an FAQ which supplements the new policy text.
> Please install a rewrite rule (or whatever) which redirects from the old policy page to the new policy page, preserving anchors.  The intent is for people who request a link such as /dev/release#archived to end up at /legal/release-policy#archived .
> (See http://s.apache.org/wwa for the proposal including redirect, and http://s.apache.org/G9a for VP legal signoff.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)