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

CacheFilter still modifying parameters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 4.5.20
    • 4.5.12
    • cache
    • Any Browser tested (Firefox, IE)

      It is fine to sort the parameters themselves, those can arrive in any order, and the order is not defined in any specification.
      But the parameter values, when arrays, cannot be sorted. Even if you say that your cache filter does not support the order of the values (hard to understand, but ok), it is simply not ok that the cache filter performs the sorting in place, thus modifying the order for all subsequent code dealing with the request. The correct order cannot be recovered.

        Acceptance criteria

              rkovarik Roman Kovařík
              runger Richard Unger
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD