]
Ted Jones resolved TEIIDDES-2561.
---------------------------------
Resolution: Done
The host/port was hard-coded in the web.xml. Upgraded Swagger to allow for a relative URI
to be set for the base path (1.3.12). Also upgraded Resteasy to 2.3.5.Final.
Swagger test UI shows incorrect hostname in Request URL value
-------------------------------------------------------------
Key: TEIIDDES-2561
URL:
https://issues.jboss.org/browse/TEIIDDES-2561
Project: Teiid Designer
Issue Type: Bug
Components: Web Services Support
Affects Versions: 9.0.2
Reporter: Marc Shirley
Assignee: Ted Jones
Fix For: 9.2, 9.0.3
Swagger UI references localhost instead of the server instance's configured interface
in the Request URL value. For example,
"http://localhost:8080/myvdb/mymodel/json/get/1" instead of
"http://hostname:8080/myvdb/mymodel/json/get/1".