You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jasper Rosenberg (JIRA)" <ji...@apache.org> on 2013/08/05 17:38:48 UTC

[jira] [Created] (WW-4169) Freemarker template expansion wrong if action includes slashes

Jasper Rosenberg created WW-4169:
------------------------------------

             Summary: Freemarker template expansion wrong if action includes slashes
                 Key: WW-4169
                 URL: https://issues.apache.org/jira/browse/WW-4169
             Project: Struts 2
          Issue Type: Bug
          Components: Other
    Affects Versions: 2.3.15.1
            Reporter: Jasper Rosenberg
            Priority: Minor


For relative freemarker template locations, FreemarkerResult uses the current URL to figure out the path.  This is assumes that the action name doesn't include any "/" characters.  If it does then part of the action name ends up in the template path.  Instead, it should use the namespace directly to build the template path which removes any ambiguity.  Please see the attached patch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira