JAXRSUtils.createHttpParameterValue(line:640) works incorrectly (Decode form 
when unnecessary)
----------------------------------------------------------------------------------------------

                 Key: CXF-3751
                 URL: https://issues.apache.org/jira/browse/CXF-3751
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.4.2
            Reporter: viktar_starynski


Invocation of processFormParam and processMatrixParam in 
createHttpParameterValue method accept parameter decoded which equals to 
!isEncoded, therefore if form is NOT encoded logic inside of this methods try 
to decode content, and if form IS encoded it isn't decode content.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to