Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If you issue a URL like
http://host/service/$entity?$id=http://host/service//People('kristakemp')&$select=FirstName
The parsing routine will always fail, because the context of resource is always null with $entity, and with select clause it will try to validate that it is not null.