You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by xxx xxx <it...@ya.ru> on 2015/11/17 16:23:13 UTC

Cyrillic in request.

Hi all.

When i call request like: <serverUrl>/objects.svc/objects(<some-cyrillic-str>), i have error like: The URI is malformed.
And when i add single quotes, so it becomes like: <serverUrl>/objects.svc/objects('<some-cyrillic-str>'), i have error like: The key property 'Id' is invalid.

I think that problem is: URL encoding.
In servlet cyrillic part of request URL becomes like: %D7%....etc) and Olingo can't use it.

Q: what is the proper way to use cyrillic in such situations?