Result Url not encoded
----------------------

         Key: WW-1315
         URL: http://issues.apache.org/struts/browse/WW-1315
     Project: Struts Action 2
        Type: Bug

    Reporter: tm_jee
 Assigned to: tm_jee 


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

Reply via email to