You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mario Ivankovits (JIRA)" <de...@myfaces.apache.org> on 2007/06/05 19:07:26 UTC

[jira] Commented: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501615 ] 

Mario Ivankovits commented on TOMAHAWK-1016:
--------------------------------------------

BTW this class is used by the components:

* graphicImageDynamic
* outputLinkDynamic

both located in the tomahawk-sandbox

> ParameterResourceProvider do not encode the value
> -------------------------------------------------
>
>                 Key: TOMAHAWK-1016
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1016
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>            Reporter: Mario Ivankovits
>            Assignee: Mario Ivankovits
>             Fix For: 1.1.6-SNAPSHOT
>
>
> The ParameterResourceProvider do not encode the value which will be later used by the browser for subsequent requests.
> This means that values with special url characters like "#", " " etc are destroying the url, the request will fail.
> The proposed solution for now is to use java.net.URLEncoder to encode the value using the response writer charset, or UTF-8 if it is not set.

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