[
https://issues.apache.org/jira/browse/WW-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178116#comment-15178116
]
ASF subversion and git services commented on WW-4610:
-----------------------------------------------------
Commit 0c92e2a1f361b6675ed8ac2c7bc3ffe06603f01a in struts's branch
refs/heads/master from [~victorsosa]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=0c92e2a ]
fix for WW-4610 ServletActionContext.getRequest() doesn't return the
MultiPartRequestWrapper (or StrutsRequestWrapper) when using
StrutsPrepareFilter
> ServletActionContext.getRequest() doesn't return the MultiPartRequestWrapper
> (or StrutsRequestWrapper) when using StrutsPrepareFilter
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WW-4610
> URL: https://issues.apache.org/jira/browse/WW-4610
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.3.24, 2.5
> Reporter: Filippo Munafò
> Fix For: 2.3.25, 2.5
>
>
> MultiPartRequestWrapper (or StrutsRequestWrapper) is created in
> Dispatcher.wrapRequest but, there, it's not updated in ServletActionContext.
> Probably the update is done later because FileUploadInterceptor.intercept has
> access to the correct object; but using only StrutsPrepareFilter (instead of
> an execute one) the method ServletActionContext.getRequest() never return the
> MultiPartRequestWrapper (or StrutsRequestWrapper).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)