Uploaded image for project: 'jboss.org'
  1. jboss.org
  2. ORG-572

Release steps - 3.7.1

XMLWordPrintable

    • Low

      === Release steps ===
      1. [L] Install plugin jspwikiurls
      2. [M] Restart SBS
      3. [L] Check that URL http://community.jboss.org/oldjspwiki/redirectToSBS.jspa?page=WS4EEDOCServiceStepByStep redirects to http://community.jboss.org/wiki/WS4EEDOCServiceStepByStep
      4. [M] Add these rewrite rules to www.jboss.org config file (in this config file already exists similar rules to /wiki/en etc. URLs - delete these old rules):
      RewriteRule ^/wiki/en/(.*) http://${addrs:apacheClearspace}/oldjspwiki/redirectToSBS.jspa?page=$1 [R=301,L]
      RewriteRule ^/wiki/(.*) http://${addrs:apacheClearspace}/oldjspwiki/redirectToSBS.jspa?page=$1 [R=301,L]
      RewriteCond %

      {QUERY_STRING}

      ([^&])&([^&])&page=([^&]*)&language=
      RewriteRule ^/wiki;jsessijonid= http://${addrs:apacheClearspace}/oldjspwiki/redirectToSBS.jspa?page=$3 [R=301,L]
      RewriteRule ^/wiki http://${addrs:apacheClearspace} [R=301,L]
      5. [M] Add this rewrite rule after rule "RewriteRule ^($|/$) http://community.jboss.org/blogs/ [R=301,L] "
      RewriteRule ^/blog/default($|/$) http://community.jboss.org/blogs/ [R=301,L]

      === Test steps ===
      6. [L] Check examples from ORG-558 - they must be redirected to SBS articles
      7. [L] Check redirect http://blog.jboss.org/blog/default -> http://community.jboss.org/blogs

      === Rollback steps ===

      • [L] Delete plugin
      • [M] Rollback changes in apache rules

            lkrzyzan@redhat.com Libor Krzyžanek
            lkrzyzan@redhat.com Libor Krzyžanek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: