-
Type: Improvement
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA02
-
Fix Version/s: V4.0_ERRATA03
-
Component/s: CSDL XML, JSON Format, Protocol
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
-
Resolution:
The domain contoso.com is owned by Microsoft. Should we keep the references?
In Part 1 Protocol we use it in example 41
http://contoso.com/HR/Employees?$expand=Model.Manager/DirectReports($levels=4)
This is a left over, because in most other places we changed to a neutral URL. Here it should be
http://host/service/Employees?$expand=Model.Manager/DirectReports($levels=4)
In Part 1 Protocol we use it in example 14
http://host/service/Contoso
http://host/service/$metadata#Contoso
Here we could change it to
http://host/service/Me
http://host/service/$metadata#Me
etc..