]
Ted Jones resolved TEIIDDES-2552.
---------------------------------
Resolution: Done
Added buttons to move parameter values up or down in order to properly build the URL.
The renaming of URI to Path will be addressed separately.
REST connection profile wizard creates URL with parameters in wrong
order
-------------------------------------------------------------------------
Key: TEIIDDES-2552
URL:
https://issues.jboss.org/browse/TEIIDDES-2552
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 9.0.2 Beta2
Reporter: Andrej Šmigala
Assignee: Ted Jones
Priority: Critical
Fix For: 9.2, 9.0.3
Attachments: Newconnectionprofile_001.png
When defining parameters for REST connection profile, they are added to the URL in the
order they are defined. This results in wrong URL in case a Query parameter is defined
before a URI parameter.
The URI parameters should always be added to the URL before the Query parameters.