You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Oleg Gorobets (JIRA)" <ji...@apache.org> on 2007/04/06 11:08:52 UTC

[jira] Updated: (WW-1859) Namespace attribute should not rely on portlet URLs in tag

     [ https://issues.apache.org/struts/browse/WW-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Gorobets updated WW-1859:
------------------------------

    Attachment: WW-FormTag2.patch

Get current namespace from action mapper rather than from ServletACtionContext.

> Namespace attribute should not rely on portlet URLs in <s:form> tag
> -------------------------------------------------------------------
>
>                 Key: WW-1859
>                 URL: https://issues.apache.org/struts/browse/WW-1859
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration, Views
>    Affects Versions: 2.0.6
>            Reporter: Oleg Gorobets
>         Attachments: WW-FormTag.patch, WW-FormTag2.patch
>
>
> Current implementation of <s:form> tag  uses portlet URL to retrieve namespace attribute. This approach can be harmful when portlet URL returns path with the context prefix, e.g. /context/namespace/Action.action or custom (non-struts) URL. Instead it will be much better to use <s:form> 'namespace' attribute with the highest priority and then (if not defined) current namespace (see patch for details).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.