Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Absolute

    fromUri: /winter2016
    toUri: forward:https://www.example.com/marketing/campaigns/winter2016.html

The mappings registry

Before Magnolia 5.5.6, virtual URI mapping was part of the core. With the release of 5.5.6 the mapping is Mappings are delegated to a separate module ( virtual-uri ) through the  info.magnolia.virtualuri.VirtualUriFilter  class . Moreover, the mappings themselves and are stored in their own registry ( VirtualUriRegistry ), which allows to reference each mapping also in YAML definition files. All virtual URI mappings can be located via the Definitions app no matter whether they come from JCR or a YAML file:

...