← Prev in month ← Prev in thread

[OASIS Issue Tracker] (ODATA-779) Org.OData.Core.V1 defines Term IsURL but references it as IsUrl

From
OASIS Issues Tracker <>
Date
2015-02-19T03:29:08+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-779) Org.OData.Core.V1 defines Term IsURL but references it as IsUrl
Evan Ireland created ODATA-779:
----------------------------------

             Summary: 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
            Reporter: Evan Ireland
            Priority: Critical


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)
← Prev in month ← Prev in thread