You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2009/05/22 04:28:45 UTC

[jira] Commented: (MYFACES-2143) decodeURIComponent incorrectly decodes '+'

    [ https://issues.apache.org/jira/browse/MYFACES-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711928#action_12711928 ] 

Leonardo Uribe commented on MYFACES-2143:
-----------------------------------------

Where is this class on myfaces?

> 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.