[
https://issues.jboss.org/browse/TEIID-4178?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-4178.
-----------------------------------
Resolution: Done
This is mostly to proactively have a solution in place as this recently came up in a
customer ticket.
org.teiid.rest.versionDelim was added as a system property to control the generated
context name. It will still default to _, but can be changed to '.'
To fully match all of the version semantics of odata would require some kind of higher
level controller that could redirect requests /vdb to /vdb.1.0.0 etc. So that won't
be done here.
OData and Rest wars use different conventions
---------------------------------------------
Key: TEIID-4178
URL:
https://issues.jboss.org/browse/TEIID-4178
Project: Teiid
Issue Type: Quality Risk
Components: OData, Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 12.1
OData uses vdb.version while Rest uses vdb_version. If we were to make them the same,
there would still need to be a backwards compatibility mode.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)