Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.
Carlos Rueda edited this page Sep 5, 2016 · 17 revisions

MMI ORR v2 to v3 migration

For any bookmarks out there, https?://mmisw.org/orr/ should redirect to new dispatch at https?://mmisw.org/ont/ once v3 is installed at /ont/.

For this, a new index.html will be deployed at the /orr/ path to take care of the redirection according to the routes supported in v2 and corresponding appropriate handling in v3.

Tests to verify the expected redirection behavior:

From To
http://mmisw.org/orr/#b http://mmisw.org/ont/
http://mmisw.org/orr/#so/device http://mmisw.org/ont/#/so/device
http://mmisw.org/orr/#st/chlorophyl http://mmisw.org/ont/#/st/chlorophyl
http://mmisw.org/orr/#http://mmisw.org/ont/mmi/platform http://mmisw.org/ont/?uri=http://mmisw.org/ont/mmi/platform
http://mmisw.org/orr/#https://www.w3.org/ns/ssn http://mmisw.org/ont/?uri=https://www.w3.org/ns/ssn
http://mmisw.org/orr/#__test (no redirection; to review redirection source index.html)
Clone this wiki locally