]
Ramesh Reddy updated TEIIDDES-2552:
-----------------------------------
Priority: Critical (was: Major)
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
Priority: Critical
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.