[JBoss JIRA] (TEIID-5547) Issues with REST produces property
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5547?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5547.
-----------------------------------
Resolution: Done
Updated to replace all non word characters with _, and updated the docs.
There's still no upfront validation that the text entered is valid mime type.
> Issues with REST produces property
> ----------------------------------
>
> Key: TEIID-5547
> URL: https://issues.jboss.org/browse/TEIID-5547
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.0, 11.2.1
>
>
> The handling of PRODUCES for values other than xml, plain, and json may fail - such as using a comma separated list, */*, etc. as the generated method name may contain invalid characters.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 1 month
[JBoss JIRA] (TEIID-5547) Issues with REST produces property
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5547?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-5547:
----------------------------------
Description: The handling of PRODUCES for values other than xml, plain, and json may fail - such as using a comma separated list, */*, etc. as the generated method name may contain invalid characters. (was: The handling of PRODUCES "any" and the documentation for values other than plain, xml, and json needs corrected.)
> Issues with REST produces property
> ----------------------------------
>
> Key: TEIID-5547
> URL: https://issues.jboss.org/browse/TEIID-5547
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.0, 11.2.1
>
>
> The handling of PRODUCES for values other than xml, plain, and json may fail - such as using a comma separated list, */*, etc. as the generated method name may contain invalid characters.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 1 month
[JBoss JIRA] (TEIID-5547) Issues with REST produces property
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5547:
-------------------------------------
Summary: Issues with REST produces property
Key: TEIID-5547
URL: https://issues.jboss.org/browse/TEIID-5547
Project: Teiid
Issue Type: Bug
Components: Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 12.0, 11.2.1
The handling of PRODUCES "any" and the documentation for values other than plain, xml, and json needs corrected.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 1 month
[JBoss JIRA] (TEIID-5546) Namespace resolution on vdb level
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5546?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-5546:
----------------------------------
Fix Version/s: 12.0
11.2.1
> Namespace resolution on vdb level
> ---------------------------------
>
> Key: TEIID-5546
> URL: https://issues.jboss.org/browse/TEIID-5546
> Project: Teiid
> Issue Type: Feature Request
> Affects Versions: 10.3.5
> Reporter: Bram Gadeyne
> Assignee: Steven Hawkins
> Priority: Major
> Labels: ddl, namespace, rest, teiid
> Fix For: 12.0, 11.2.1
>
>
> This does work in a DDL based vdb:
> {code:sql}
> create database vdb version '1.2.0' OPTIONS ("{http://teiid.org/rest}auto-generate" 'true');
> {code}
> This doesn't:
> {code:sql}
> create database vdb version '1.2.0' OPTIONS ("teiid_rest:auto-generate" 'true');
> {code}
> It would be nice if the namespace resolution also worked at vdb level.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 1 month
[JBoss JIRA] (TEIID-5546) Namespace resolution on vdb level
by Bram Gadeyne (Jira)
Bram Gadeyne created TEIID-5546:
-----------------------------------
Summary: Namespace resolution on vdb level
Key: TEIID-5546
URL: https://issues.jboss.org/browse/TEIID-5546
Project: Teiid
Issue Type: Feature Request
Affects Versions: 10.3.5
Reporter: Bram Gadeyne
Assignee: Steven Hawkins
This does work in a DDL based vdb:
{code:sql}
create database vdb version '1.2.0' OPTIONS ("{http://teiid.org/rest}auto-generate" 'true');
{code}
This doesn't:
{code:sql}
create database vdb version '1.2.0' OPTIONS ("teiid_rest:auto-generate" 'true');
{code}
It would be nice if the namespace resolution also worked at vdb level.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 1 month