Ramya created OLINGO-1356:
-----------------------------
Summary: $search not supporting alpha numeric characters
Key: OLINGO-1356
URL: https://issues.apache.org/jira/browse/OLINGO-1356
Project: Olingo
Issue Type: Bug
Components: odata4-server
Affects Versions: (Java) V4 4.6.0, (Java) V4 4.5.0
Reporter: Ramya
If request url is Person?$search=person01, the request fails with response
payload:
400 Bad Request
{"error":{"code":"OLINGO LIBRARY EXCEPTION","message":"Exception during
tokenizer creation with message 'Forbidden character in state WORD->0'."}}
The ABNF for V4 was overly restrictive, which got fixed later in
https://github.com/oasis-tcs/odata-abnf/blob/master/abnf/odata-abnf-construction-rules.txt#L332-L356
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)