Looks like that works:
String convertedStr = new
String(disposition.getParameter("filename").getBytes("ISO8859-1"), "UTF-8");
but the default Encoding on my Ubuntu system that use for both server and
browser is UTF-8?
Does CXF assume ISO8859-1 for the filename encoding while ignoring the the
Message encoding?
--
View this message in context:
http://cxf.547215.n5.nabble.com/Getting-UTF-8-encoded-filenames-from-Content-disposition-tp5713046p5713047.html
Sent from the cxf-user mailing list archive at Nabble.com.