Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11643

REST connector misinterprets % in query path elements

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Dev05, 10.1.7.Final
    • 11.0.0.Dev04, 10.1.6.Final
    • None
    • None

    Description

      The REST resource manager performs a QueryStringDecoder.decodeComponent on path elements that have already bee decoded by Netty. This causes a path like `a%25bc` to be converted to `a%bc` but then converted again to `a�`

      Attachments

        Activity

          People

            gfernand@redhat.com Gustavo Fernandes (Inactive)
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: