From michael.wechner at wyona.com Thu Jul 21 08:14:52 2016 From: michael.wechner at wyona.com (Michael Wechner) Date: Thu, 21 Jul 2016 14:14:52 +0200 Subject: [Yanel-usage] Bug re special characters when using multipart request Message-ID: <5790BCBC.1080304@wyona.com> Hi I have finally fixed a long pending bug re special charaters when using a multipart request. The bug was located inside src/webapp/src/java/org/wyona/yanel/servlet/communication/HttpRequest.java and the fix encoding was only applied to parameters when the request was not a multipart request. It works now for both :-) I am mentioning this bug fix explicitely, because for those who might have implemented a workaround, should double check whether the workaround is still necessary or even worse might create bug/regression now. Thanks Michael