-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: Protocol
-
Labels:None
-
Proposal:
-
Resolution:
OData-Protocol, example 64 reads:
GET http://host/service/Suppliers(MainSupplier)/Addresses/0
But the MainSupplier in parentheses is invalid syntax, and the ABNF does not accept this example:
OData-Protocol, example 64 fails at 55: http://host/service/Suppliers(MainSupplier)/Addresses/0 odataUri: http://host/service/Suppliers(MainSupplier)/Addresses/ .serviceRoot: http://host/service/Suppliers(MainSupplier)/Addresses/ ..host: host ...reg-name: host ..segment-nz: service ..segment-nz: Suppliers(MainSupplier) ..segment-nz: Addresses ..segment-nz: 0