[GitHub] commons-fileupload issue #10: FILEUPLOAD-286: allow default charset to be ov...

2017-10-06 Thread maxxedev
Github user maxxedev commented on the issue: https://github.com/apache/commons-fileupload/pull/10 thanks for quck response and merge. not sure what's going to what's going with builds for jdk6/7. closing pull request anyways --- -

[GitHub] commons-fileupload pull request #10: FILEUPLOAD-286: allow default charset t...

2017-10-06 Thread maxxedev
Github user maxxedev closed the pull request at: https://github.com/apache/commons-fileupload/pull/10 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache

[ANNOUNCEMENT] Apache Commons VFS 2.2 Released

2017-10-06 Thread Gary Gregory
The Apache Commons team is pleased to announce the release of Commons VFS 2.2. Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip

[GitHub] commons-fileupload issue #10: FILEUPLOAD-286: allow default charset to be ov...

2017-10-06 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-fileupload/pull/10 @maxxedev Thanks for the pull request! It would be nice if you could close it, now that @jochenw has merged it. Thanks! --- -

[GitHub] commons-fileupload issue #10: FILEUPLOAD-286: allow default charset to be ov...

2017-10-06 Thread jochenw
Github user jochenw commented on the issue: https://github.com/apache/commons-fileupload/pull/10 Applied, thank you! --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-fileupload issue #10: FILEUPLOAD-286: allow default charset to be ov...

2017-10-06 Thread jochenw
Github user jochenw commented on the issue: https://github.com/apache/commons-fileupload/pull/10 Applied. --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@co

[GitHub] commons-fileupload pull request #10: FILEUPLOAD-286: allow default charset t...

2017-10-06 Thread maxxedev
GitHub user maxxedev opened a pull request: https://github.com/apache/commons-fileupload/pull/10 FILEUPLOAD-286: allow default charset to be overridden. useful in cases where form-data is utf-8 encoded but not encoding is not explicitly specified You can merge this pull request

[RESULT][VOTE] Release Apache Commons VFS 2.2 from RC2.

2017-10-06 Thread Gary Gregory
This VOTE passes with 3 +1 VOTEs from the following PMC members: - Oliver Heger - Gary Gregory - Rob Tompkins I will proceed with the release. Gary On Tue, Oct 3, 2017 at 12:30 PM, Gary Gregory wrote: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Co

Re: [VOTE] Release Apache Commons VFS 2.2 from RC2.

2017-10-06 Thread Rob Tompkins
+1 Java 7, 8, reports, signatures - good > On Oct 6, 2017, at 10:48 AM, Gary Gregory wrote: > > Hi, can I get at least one more review please? > > Gary > > On Tue, Oct 3, 2017 at 12:30 PM, Gary Gregory > wrote: > >> >> We have fixed quite a few bugs and added some significant enhancements >

[lang] ExceptionUtils

2017-10-06 Thread Zheng Xie
Hi. I have found the design of three root cause related methods inconsistent when the input Throwable does not wrap up another Throwable. These three methods are 1. getRootCause(Throwable t) 2. getRootCauseMessage(Throwable t) 3. getRootCauseStackTrace(Throwable t) When the input t ha

Re: [VOTE] Release Apache Commons VFS 2.2 from RC2.

2017-10-06 Thread Rob Tompkins
Working on it now. > On Oct 6, 2017, at 10:48 AM, Gary Gregory wrote: > > Hi, can I get at least one more review please? > > Gary > > On Tue, Oct 3, 2017 at 12:30 PM, Gary Gregory > wrote: > >> >> We have fixed quite a few bugs and added some significant enhancements >> since Apache Common

Re: [VOTE] Release Apache Commons VFS 2.2 from RC2.

2017-10-06 Thread Gary Gregory
Hi, can I get at least one more review please? Gary On Tue, Oct 3, 2017 at 12:30 PM, Gary Gregory wrote: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS 2.1 was released, so I would like to release > Apache Commons VFS 2.2. > > Apache Common

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