[ http://issues.apache.org/struts/browse/WW-1315?page=comments#action_37380 ]
tm_jee commented on WW-1315: ---------------------------- fixed. except encode is by default false and would only have effect when parse is set to true. changes are at :- Sending src/main/java/org/apache/struts/action2/dispatcher/StrutsResultSupport.java Adding src/test/java/org/apache/struts/action2/dispatcher/StrutsResultSupportTest.java Checking in src/java/com/opensymphony/xwork/util/TextParseUtil.java; /cvs/xwork/src/java/com/opensymphony/xwork/util/TextParseUtil.java,v <-- TextParseUtil.java new revision: 1.11; previous revision: 1.10 done Checking in src/test/com/opensymphony/xwork/util/TextParseUtilTest.java; /cvs/xwork/src/test/com/opensymphony/xwork/util/TextParseUtilTest.java,v <-- TextParseUtilTest.java new revision: 1.7; previous revision: 1.6 > Result Url not encoded > ---------------------- > > Key: WW-1315 > URL: http://issues.apache.org/struts/browse/WW-1315 > Project: Struts Action 2 > Type: Bug > Components: Views > Versions: WW 2.2.1 > Reporter: tm_jee > Assignee: tm_jee > Fix For: 2.0 > > Result Url not encoded. See > http://forums.opensymphony.com/thread.jspa?threadID=31292&tstart=0 > We should have a configurable parameter in the result to turn on and off > encoding eg. > <result name="myResult" type="redirect> > <param name="location">www.opensymphony.com/webwork</param> > <param name="encode">false</param> <!-- explicitly turn encoding off --> > <param name="parse">false</param> > </result> > which by default is on. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
