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

@QueryParam value truncates on '='

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.3.6.Final, 3.0-beta-4
    • 3.0-beta-1, 2.3.5.Final
    • None

      For the example QueryParam into "incoming:"
      @QueryParam("foo") String incoming;

      This ought be a valid query string:
      /endpoint?foo=weird=but=valid&bar=randal

      The bug is that instead of "incoming" being "weird=but=valid", "incoming"'s value is truncated down to "weird".

      As for "why," this somewhat weird url usage is required to implement a server side version of the "AfterQuery" selection engine: https://github.com/apenwarr/afterquery/blob/master/help.md

              patriot1burke@gmail.com Bill Burke (Inactive)
              rektide rektide de la faye (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: