You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Giacomo Pati (JIRA)" <ji...@apache.org> on 2014/11/06 11:32:33 UTC

[jira] [Created] (OLINGO-480) good old '+' as a encoding for a space is not handled in Decoder class

Giacomo Pati created OLINGO-480:
-----------------------------------

             Summary: good old '+' as a encoding for a space is not handled in Decoder class
                 Key: OLINGO-480
                 URL: https://issues.apache.org/jira/browse/OLINGO-480
             Project: Olingo
          Issue Type: Bug
          Components: odata2-core
    Affects Versions: V2 2.0.1
            Reporter: Giacomo Pati
             Fix For: V2 2.0.2


A request like wget http://localhost:8080/SalesOrderProcessing.svc/SalesOrderItems?$filter=Delivered+eq+true should be accepted as commonly a '+' is encoding a space. The Decoder class so far only decodes percent-encoded values and leaves the plus sign as is. The applied patch adds this decoding to the Decoder class (maybe it's not the right place to put it but I was not able to find any other place)



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