]
Ramesh Reddy updated TEIID-3835:
--------------------------------
Fix Version/s: 8.12.5
dynamicvdb-restservice need update due to change in TEIID-3814
--------------------------------------------------------------
Key: TEIID-3835
URL:
https://issues.jboss.org/browse/TEIID-3835
Project: Teiid
Issue Type: Bug
Components: Quick Starts
Affects Versions: 8.12
Reporter: Kylin Soong
Assignee: Kylin Soong
Fix For: 8.12.5
In TEIID-3814, the name in URL no longer be lower case
https://github.com/teiid/teiid/pull/553/files
This cause client code(http-client,resteasy-client), readme doc need be update, for
example
{code}
http://localhost:8080/portfoliorest_1/rest/foo/1
{code}
need to be change to
{code}
http://localhost:8080/PortfolioRest_1/rest/foo/1
{code}