Re: [fileupload] Proposal to not use the platform default character encoding to prevent bugs.

2010-07-05 Thread Eduardo Pérez Ureta
: org.apache.commons.fileupload.util.Streams.asString(java.io.InputStream pStream) and org.apache.commons.fileupload.FileUploadBase.setHeaderEncoding(String encoding) warning the user of the consequences of not setting a character encoding? 2010/7/4 Jochen Wiedmann : > 2010/7/2 Eduardo Pérez Ureta : > &

[fileupload] Proposal to not use the platform default character encoding to prevent bugs.

2010-07-02 Thread Eduardo Pérez Ureta
I had a bug using fileupload because it uses the platform default character encoding if a character encoding is not specified. The platform default character encoding has nothing to do with the character encoding the browser uses for the HTTP POST request, as the character encoding used is the one