-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CSD01
-
Fix Version/s: V4.01_CSD02
-
Component/s: URL Conventions
-
Labels:None
-
Environment:
Applied
-
Proposal:
-
Resolution:
V4.01 allows to omit the $ prefix for system query options and makes the query option name case-insensitive.
How should servers react if a request contains e.g. $top=5&Top=10
Should the request be rejected as the same (logical) query option appears twice, or should it succeed and $top is preferred over Top?
What if it contains top=5&TOP=10?