On 20/01/2011 23:43, Christopher Schultz wrote:
> Mark,
> 
> On 1/20/2011 6:27 PM, Mark Thomas wrote:
>> On 20/01/2011 23:23, Christopher Schultz wrote:
>>> I happen, for the sake of simplicity, to be using a non-file multipart
>>> part. Could that be confusing things?
> 
>> It may well be. The parts are expected to be files (AFAICR).
> 
>> The code is just a package renamed import of Commons File Upload with a
>> thin wrapper around it to map it to the servlet API.
> 
> A'ight. It may be ignoring non-file parts. I'll look into that.

o.a.catalina.connector.Request.getParts()

> If it *is* ignoring non-file parts, it seems like a bug to me.

It isn't.

> TC may be merging non-file parts back into the parameters map, which
> sounds convenient but might be surprising to a servlet author.

Only if they haven't read section 3.2 of the Servlet 3.0 specification.

Mark

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

Reply via email to