[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-355) Define how property paths are represented in key part of URL
[ http://tools.oasis-open.org/issues/browse/ODATA-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-355:
-----------------------------
Proposal: Change URL conventions to use forward slashes as key delimiters instead of parentheses (was: Change URL conventions to use forward slashes as key delimiters)
Description:
The key of an entity is part of the URl path, so we can't use forward slashes for complex key parts:
Problem(Header/ID=42) cannot be used as this defines two path segments Problem(Header and ID=42
Alternatives:
- Problem(Header%2fID=42) - Encode / as %2f
- Problem(Header-ID=42) - Use a dash instead of /
- Problem(Header.ID=42) - Use a dot instead of /
- Problem/Header/ID=42 - Use forward slashes as key delimiters instead of parentheses
- Reject ODATA-60 and disallow parts of complex properties as key values
was:
The key of an entity is part of the URl path, so we can't use forward slashes for complex key parts:
Problem(Header/ID=42) cannot be used as this defines two path segments Problem(Header and ID=42
Alternatives:
- Problem(Header%2fID=42)
- Problem(Header-ID=42)
- Reject ODATA-60 and disallow parts of complex properties as key values
- Change URL conventions to use forward slashes as key delimiters: Problem/Header/ID=42
> Define how property paths are represented in key part of URL
> ------------------------------------------------------------
>
> Key: ODATA-355
> URL: http://tools.oasis-open.org/issues/browse/ODATA-355
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Sub-task
> Components: OData URL Conventions
> Affects Versions: V4.0_WD01
> Environment: [Proposed]
> Reporter: Ralf Handl
> Priority: Blocker
> Fix For: V4.0_WD01
>
>
> The key of an entity is part of the URl path, so we can't use forward slashes for complex key parts:
> Problem(Header/ID=42) cannot be used as this defines two path segments Problem(Header and ID=42
> Alternatives:
> - Problem(Header%2fID=42) - Encode / as %2f
> - Problem(Header-ID=42) - Use a dash instead of /
> - Problem(Header.ID=42) - Use a dot instead of /
> - Problem/Header/ID=42 - Use forward slashes as key delimiters instead of parentheses
> - Reject ODATA-60 and disallow parts of complex properties as key values
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]