Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-1669

new simple virtual uri mapping implementation that can rotate between multiple urls

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.1 M3
    • 3.1 M2
    • core
    • None

      A small addition to the virtual URI mapping family:

      info.magnolia.cms.beans.config.RotatingVirtualURIMapping

      (from class javadoc)

      An extension of RegexpVirtualURIMapping that allows a rotation between different destination urls. In order to rotate toURI must contain the * that will be replaced by a random number between start (default is 1) and end (defaults is 3).

      An additional property padding can specify the left 0 padding for numbers (defaults is 2). So for example a destination url like forward:/banner/image_*.jpg will randomly forward the request to /banner/image_01.jpg, /banner/image_02.jpg or /banner/image_03.jpg

        Acceptance criteria

              fgiust Fabrizio Giustina
              fgiust Fabrizio Giustina
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD