You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Timo Kinnunen (JIRA)" <ji...@apache.org> on 2007/08/03 13:08:05 UTC

[jira] Commented: (WW-1278) Prefix failed when Multipart form is submited

    [ https://issues.apache.org/struts/browse/WW-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41718 ] 

Timo Kinnunen commented on WW-1278:
-----------------------------------

This change means that a request is interpreted even when an ActionMapper is going to return null to signal for the FilterDispatcher to pass the request along the filter chain. I cannot use my own file upload servlet further along the chain.

Cannot work around by overriding FilterDispatcher.doFilter, because FilterDispatcher.actionMapper and ActionContextCleanUp.cleanUp() are not visible. 

Can probably work around by overriding FilterDispatcher.prepareDispatcherAndWrapRequest() and hardcoding the ActionMapper class.

> Prefix failed when Multipart form is submited
> ---------------------------------------------
>
>                 Key: WW-1278
>                 URL: https://issues.apache.org/struts/browse/WW-1278
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: WW 2.2.2
>            Reporter: tm_jee
>            Assignee: Rainer Hermanns
>             Fix For: 2.0.0
>
>
> Prefix failed when Multipart form is submited
> see http://forums.opensymphony.com/thread.jspa?threadID=23756&tstart=0

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