[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (ODATA-779) Org.OData.Core.V1 defines Term IsURL but references it as IsUrl
[ https://issues.oasis-open.org/browse/ODATA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-779:
-----------------------------
Environment: [Proposed]
> Org.OData.Core.V1 defines Term IsURL but references it as IsUrl
> ---------------------------------------------------------------
>
> Key: ODATA-779
> URL: https://issues.oasis-open.org/browse/ODATA-779
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: Vocabularies
> Affects Versions: V4.0_OS
> Environment: [Proposed]
> Reporter: Evan Ireland
> Priority: Critical
> Fix For: V4.0_ERRATA03
>
>
> Term IsURL is defined as:
> <Term Name="IsURL" Type="Core.Tag" DefaultValue="true" AppliesTo="Property Term">
> <Annotation Term="Core.Description" String="Properties and terms annotated with this term MUST contain a valid URL" />
> <Annotation Term="Core.RequiresType" String="Edm.String" />
> </Term>
> but it is referenced with the incorrect case as 'IsUrl':
> <Term Name="ResourcePath" Type="Edm.String" AppliesTo="EntitySet Singleton ActionImport FunctionImport">
> <Annotation Term="Core.Description"
> String="Resource path for entity container child, can be relative to xml:base and the request URL" />
> <Annotation Term="Core.IsUrl" />
> </Term>
> The CSDL doesn't seem to refer to case-sensitivity, but note the precedent set by:
> https://issues.oasis-open.org/browse/ODATA-77
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]