From code comments:
// Fast path link generation where we recognize an OData path of the form "prefix/{*odataPath}".
// This is incredibly brittle code and should be removed whenever OData is upgraded to the next version
// The right long-term fix is to move this code to a new ODataRoute class that computes GetVirtualPath
Comments: No regressions
// Fast path link generation where we recognize an OData path of the form "prefix/{*odataPath}".
// This is incredibly brittle code and should be removed whenever OData is upgraded to the next version
// The right long-term fix is to move this code to a new ODataRoute class that computes GetVirtualPath
Comments: No regressions