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


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.

Reply via email to