[teiid-issues] [JBoss JIRA] (TEIID-3835) dynamicvdb-restservice need update due to change in TEIID-3814

Kylin Soong (JIRA) issues at jboss.org
Fri Mar 4 03:07:00 EST 2016


     [ https://issues.jboss.org/browse/TEIID-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kylin Soong resolved TEIID-3835.
--------------------------------
    Resolution: Done


> 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}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list