You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Karsten Ohme (JIRA)" <ji...@apache.org> on 2016/02/02 03:29:40 UTC

[jira] [Created] (CXF-6765) UrlUtils#urlDecode incorrectly decodes encoded path with encoded plus = %2B symbol

Karsten Ohme created CXF-6765:
---------------------------------

             Summary: UrlUtils#urlDecode incorrectly decodes encoded path with encoded plus = %2B symbol
                 Key: CXF-6765
                 URL: https://issues.apache.org/jira/browse/CXF-6765
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 3.1.4
         Environment: WIndows 7, Java 8
            Reporter: Karsten Ohme


I'm decoding some matrix parameters. When using a path with an encoded + (= %2B encoded), e.g. filterValue=Foobar+%2B+Bar which should be "Foobar + Bar", but it is "Foobar  Bar", because the %2B is decoded as plus first and later decoded as a space.

The error is produced in org.apache.cxf.common.util.UrlUtils#urlDecode(java.lang.String, java.lang.String, boolean).



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