-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_WD01
-
Fix Version/s: V4.0_WD01
-
Component/s: ABNF, ATOM Format, JSON Format
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
-
Resolution:
In the latest version of the documents we are currently only allowing the lower case versions of the format shortcuts (json, xml and atom) whereas we used to accept the upper case versions as well.
Supporting case insensitivity is extra work/overhead on the service. We generally tend to be case sensitive for keywords where there's no significant client value in having the service do case-insensitive compares; i.e., things like function names, query options, etc.