Thomas Bonk created OLINGO-1566: ----------------------------------- Summary: Exception when filtering for property that has a reserved identifier as prefix Key: OLINGO-1566 URL: https://issues.apache.org/jira/browse/OLINGO-1566 Project: Olingo Issue Type: Bug Components: odata4-server Affects Versions: (Java) V4 4.8.0 Reporter: Thomas Bonk Attachments: property-with-reserved-keyword-suffix.patch
If a property name has a reserved identifier as prefix, e.g. {{{}INFNO{}}}, the UriTokenizer assumes that it parses the reserved identifier {{{}INF{}}}. This issue causes an exception when parsing a filter expresseion, e.g. {{{}$filter=INFNO eq 5{}}}. -- This message was sent by Atlassian Jira (v8.20.7#820007)