Kylin Soong created TEIID-3835:
----------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)