[
http://jira.codehaus.org/browse/MRM-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=224017#action_224017
]
Maria Catherine Tan commented on MRM-1111:
------------------------------------------
Hi Gwen/Julien,
I found this: Since Struts 2.1.3, ActionContextCleanUp and FilterDispatcher are
deprecated. Use StrutsPrepareFilter and StrutsExecuteFilter instead. In the API
docs, it also says that it's better to use StrutsPrepareAndExecuteFilter when
you don't have another filter that needs access to action context information,
such as Sitemesh.
So from what I understand, we're supposed to use StrutsPrepareFilter and
StrutsExecuteFilter instead of StrutsPrepareAndExecuteFilter or is there no
difference?
{noformat}
<filter>
<filter-name>struts-prepare</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
</filter>
<filter>
<filter-name>sitemesh</filter-name>
<filter-class>com.opensymphony.sitemesh.webapp.SiteMeshFilter</filter-class>
</filter>
<filter>
<filter-name>struts-execute</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
</filter>
{noformat}
> upgrade to struts 2.1.6
> -----------------------
>
> Key: MRM-1111
> URL: http://jira.codehaus.org/browse/MRM-1111
> Project: Archiva
> Issue Type: Bug
> Components: Web Interface
> Reporter: Brett Porter
> Fix For: 1.4
>
> Attachments: initial-updated-MRM-1111.patch, MRM-1111-jhenry.patch,
> updated-working-MRM-1111.patch
>
>
> we are currently using 2.0.11.2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira