KeySegmentTemplate.TryTranslate Throws Unhandleable Exception
Open
@corranrogue9 is already working on this.
Since Feb 1, 2022.
investigating
- Dominant language
- C#
- Stars
- 505
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
When routing Odata Request, an exception is thrown (the full exception is provided at the end of the issue)
this exception casuses an immediate 500 response (no layer can runs before the routing)
the URI that causes the issue: http://localhost:1059/api/students/$filter=status eq 'New'
the URI is almost valid (missing the question mark for the query)
My guess is That ODataUriUtils.ConvertFromUriLiteral Doesn't handle the above URI well...
the full exception in the first comment
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.