[
https://issues.apache.org/jira/browse/OLINGO-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramesh Reddy updated OLINGO-854:
--------------------------------
Description:
Typically any spaces in the string value need to be encoded when it is being
used in the URI. The method in
{code}
EdmString.toUriLiteral(final String literal)
{code}
does not handle that correctly.
was:
Typically any spaces in the string value need to be encoded when it is being
used in the URI. The method in
{code}
EdmString. toUriLiteral(final String literal)
{code}
does not handle that correctly.
> String values are not encoded correctly in EdmString.toUriLiteral
> -----------------------------------------------------------------
>
> Key: OLINGO-854
> URL: https://issues.apache.org/jira/browse/OLINGO-854
> Project: Olingo
> Issue Type: Bug
> Components: odata4-commons
> Affects Versions: (Java) V4 4.0.0-beta-01
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
>
> Typically any spaces in the string value need to be encoded when it is being
> used in the URI. The method in
> {code}
> EdmString.toUriLiteral(final String literal)
> {code}
> does not handle that correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)