oasis-tcs / odata-abnf

OASIS OData TC: Supporting an ABNF for OData URLs, headers, and literal data values
https://github.com/oasis-tcs/odata-abnf
Other
11 stars 5 forks source link

Fix: allow empty query options #78

Closed ralfhandl closed 2 years ago

ralfhandl commented 2 years ago

Some client tools send a trailing ? after a resource path without adding any query options, which is valid according to RFC3986, section 3.4.

Some server implementations don't accept this because so far it is not explicitly allowed by our ABNF.