Re: org.apache.http.entity.mime.MultipartFormEntity.getContent() 25 K hard coded limit

2017-10-06 Thread Gary Gregory
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

Re: org.apache.http.entity.mime.MultipartFormEntity.getContent() 25 K hard coded limit

2017-10-06 Thread sebb
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

org.apache.http.entity.mime.MultipartFormEntity.getContent() 25 K hard coded limit

2017-10-05 Thread Gary Gregory
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