Parameters interceptor excludes parameters having space in their names
----------------------------------------------------------------------

                 Key: WW-2806
                 URL: https://issues.apache.org/struts/browse/WW-2806
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.11.2
         Environment: Windows XP / jdk1.5.0_15
            Reporter: Girish Kamath
            Assignee: Musachy Barroso


The ONGL expressions do not set values correctly into Map and Properties. If 
the parameter names have space in them, the {paramName,paramValue} pair
is ignored and not populated in the Map/Properties instance in action.

For example :

In AbcAction has a  java.util.Properties instance by name "settings".
So a request parameter of form

settings["Test Parameter Name"] = 1

should result in the follwing entry in AbcAction.settings

{"Test Parameter Name" , "1"}

This doesnt seem to work in the upgarde and needs to be addressed.

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