Uploaded image for project: 'Cache Modules'
  1. Cache Modules
  2. MGNLCACHE-63

CacheFilter still modifying parameters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2.5
    • 5.2.4
    • None
    • 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
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD