Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-1043

Fix parameters order in tacokit http client implementation

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.1.0
    • None
    • None
    • All
    • Small

    Description

      QueryParamsProvider class from tacokit http client implementation returns parameters in random order.
      This blocks component developer from implementing request signing. It is hard to guess in which order parameters will be present in resulting request.

      see: https://github.com/Talend/component-runtime/blob/master/component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/service/http/RequestParser.java#L417

      likely, Collectors.toMap() should be changed.

      Attachments

        Activity

          People

            rmannibucau Romain Manni-Bucau
            igonchar Ivan Gonchar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: