Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-481

Passing escaped semicolon as a matrix parameter value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.2.RC1
    • 1.2.1.GA, 2.0.1.GA, 2.1-beta-1
    • jaxrs
    • None

    Description

      The requirement is to pass a value containing ';' character (escaped as '%3B') into @MatrixParam managed variable.

      For example:
      I have a request like this:

      http://server/r=value1%3Bvalue2

      and a matrix parameter:
      @MatrixParam( "r" )
      private String parameter;

      what I receive is a value of the 'parameter' variable equal to 'value1' and I expect it to be 'value1;value2'

      Attachments

        Activity

          People

            patriot1burke@gmail.com Bill Burke (Inactive)
            tt_kobalczyk Lukasz Kobalczyk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: