Sergey, it's not in the provider list by default, is it?

On Mon, May 16, 2016 at 4:36 AM, Sergey Beryozkin <[email protected]> wrote:
> Hi Benson,
> It is not supposed to be used directly, and its goal is to help users
> with writing the code that can access individual multipart parts easily -
> which is what is documented at JAX-RS Multiparts page.
>
> It might be used directly in the configuration to restrict the maximum
> attachment size, set a temp directory...
>
> What you did help with is with supporting the optional parts, i.e, by
> default, if you have @Multipart("part1") and such a part is not available
> then the error will be reported, but now @Multipart can have another
> property set which will block the exception and will set the part object to
> null...
>
> Cheers, Sergey
>
>
> On 15/05/16 03:24, Benson Margulies wrote:
>>
>> In spite of the fact that I'm one of the people who contributed to
>> this class, I can't remember why one would use it, and it has no
>> javadoc.
>>
>> (I've got a pile of JAX-RS multipart code that does not use it.)
>>
>> If someone would remind me what it does, I'd commit the javadoc to it.
>>
>
>
> --
> Sergey Beryozkin
>
> Talend Community Coders
> http://coders.talend.com/

Reply via email to