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

REST connector misinterprets % in query path elements

XMLWordPrintable

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

      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�`

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

                Created:
                Updated:
                Resolved: