yhknight / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

[odatavalidator] Failing Common.Core.2001, Common.Core.2002, Common.Core.2003 #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Common.Core.2001
If a request includes a DataServiceVersion (section 2.2.5.3) header, the server 
MUST validate that the header value is correctly formatted according to the 
rules in DataServiceVersion. [Specification] [Section: 3.2.5.1]

Common.Core.2002
If a request includes a DataServiceVersion header, the server MUST validate 
that the header value is less than or equal to the maximum version of this 
document the data service implements. [Specification] [Section: 3.2.5.1]

Common.Core.2003
If the request includes a MaxDataServiceVersion (section 2.2.5.7) header, the 
server MUST parse and validate the header value to ensure it adheres to the 
syntax specified in MaxDataServiceVersion (section 2.2.5.7).

Original issue reported on code.google.com by john.spurlock on 18 Jun 2012 at 12:23

GoogleCodeExporter commented 9 years ago
The right fix for this requires a general approach for cross cutting checks 
across all resources.  Punting to 0.8 in the interest of releasing 0.7.

Original comment by john.spurlock on 2 Aug 2012 at 11:37