Uploaded image for project: 'apiman (API Management)'
  1. apiman (API Management)
  2. APIMAN-1205

The order of query parameters is inverted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 1.3.0.Final
    • 1.2.7.Final
    • Gateway
    • None

    Description

      It is possible to pass several query parameters with the same name in the URL but
      the order of query parameters passed to APIMAN gateway is inverted.

      Example of URL: https://localhost:8443/apiman-gateway/org/api/1.0?apikey=key&name=val1&name=val2

      Observed query parameters on back end: ?name=val2&name=val1
      Expected query parameters on back end: ?name=val1&name=val2

      Attachments

        Activity

          People

            msavy_jira Marc Savy (Inactive)
            namipa Yuriy Sev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: