You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Robert McKinnon (JIRA)" <ji...@apache.org> on 2015/07/16 20:03:04 UTC

[jira] [Created] (OLINGO-734) URIParseImpl fails to parse when space is represented by a "+"

Robert McKinnon created OLINGO-734:
--------------------------------------

             Summary: URIParseImpl fails to parse when space is represented by a "+"
                 Key: OLINGO-734
                 URL: https://issues.apache.org/jira/browse/OLINGO-734
             Project: Olingo
          Issue Type: Bug
    Affects Versions: V2 2.0.4
            Reporter: Robert McKinnon


When parsing a URI that has a space represented by a "+" sign the parse fails with the following error:

<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code/>
<message xml:lang="en-US">Invalid filter expression: 'prid+eq+'krdg740''.</message>
</error>

Since "+" is typically accepted as a space in urlencoding the parsing should be able to handle it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)