Uploaded image for project: 'Transactional Activation'
  1. Transactional Activation
  2. MGNLXAA-81

Activation breaks when magnolia.utf8.enabled=true; header parameters are not URL decoded anymore

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.1.3
    • None
    • None

      Upon activation the module will URLEncoder.encode(value, "UTF-8") all request parameters but doesn't decode them.
      Rather than expecting all request parameters to be readily decoded by UnicodeNormalizationRequestWrapper (which was removed in MAGNOLIA-5717) we should do the decoding in the module itself.

        Acceptance criteria

              pmundt Philip Mundt
              pmundt Philip Mundt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD