On Oct 6, 2017 03:39, "sebb" wrote:
On 5 October 2017 at 19:35, Gary Gregory wrote:
> Hi All,
>
> The method org.apache.http.entity.mime.MultipartFormEntity.getContent()
> contains a 25 K hard coded limit.
Wrong mailing list?
oops! Thanks Sebb,
Gary
> Is this arbitrary or based on an RFC or
On 5 October 2017 at 19:35, Gary Gregory wrote:
> Hi All,
>
> The method org.apache.http.entity.mime.MultipartFormEntity.getContent()
> contains a 25 K hard coded limit.
Wrong mailing list?
> Is this arbitrary or based on an RFC or web convention?
>
> Shouldn't this be configurable.
>
> It is ma
Hi All,
The method org.apache.http.entity.mime.MultipartFormEntity.getContent()
contains a 25 K hard coded limit.
Is this arbitrary or based on an RFC or web convention?
Shouldn't this be configurable.
It is making edge cases in my integration tests fail.
Gary