https://issues.apache.org/bugzilla/show_bug.cgi?id=49711

--- Comment #3 from balusc <bal...@gmail.com> 2010-08-05 17:57:50 EDT ---
Well, the getWrapper().getMultipartConfigElement() at line 2493 always returns
null and thus an empty collection will be returned. Only when I call getParts()
inside a Servlet with @MultipartConfig, it works. But the intent is to call
getParts() inside a Filter. The getWrapper() always returns the target
JSP/Servlet associated with the request which in my case does not necessarily
have the @MultipartConfig annotation (or cannot have one because it's a 3rd
party one out of your control, e.g. FacesServlet).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to