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

error on activate recursively a content with utf8 enabled and parent node composed by special chars (ex. "/fòò/bàr")

XMLWordPrintable

      magnolia.uft8.enabled = true
      handle /fòò/bàr

      activating recursively "/fòò" or activating "bàr" node
      I got this error:
      "Message received from subscriber: Activation failed | /fòò on localhost"

      solution proposed:

      • encoding message header request or at least parentPath key
        parentPath = URLEncoder.encode(parentPath, "UTF-8");
        SimpleSyndicator.java and BaseSyndicatorImpl.java
      • decoding header, inside UnicodeNormalizerRequestWrapper.java

        Acceptance criteria

              lucaboati Luca Boati
              lucaboati Luca Boati
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD