decodeURIComponent incorrectly decodes '+'
------------------------------------------

                 Key: MYFACES-2143
                 URL: https://issues.apache.org/jira/browse/MYFACES-2143
             Project: MyFaces Core
          Issue Type: Bug
            Reporter: Piers Haken
            Priority: Trivial


URIComponentUtils.java, line 69 decodes '+' to ' '.

this is NOT equivalent to ECMA's decodeURIComponent function.

paste the following into your browser address bar for proof:

    javascript:document.write(decodeURIComponent('a+b'));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to