Hi Victor. If you are still having this issue, please open a support case. Thank you.
------------------------------
Diane Chalmers
Project Manager for WebSphere User Groups
------------------------------
Original Message:
Sent: Wed July 29, 2020 08:00 PM
From: Victor Amrich
Subject: Websphere 9.0.5.1 - error with encoding
Hi,
Recently we migrate an aplication from websphere 7 to websphere 9.0.5.1, the problem that we have is related to the encoding in the request, the encoding must be ISO-8859-1 in the old websphere was ok, but as soon as we migrate we must put this flags un each jvm: -Ddefault.client.encoding=ISO-8859-1 -Dclient.encoding.override=ISO-8859-1 -Dfile.encoding=ISO-8859-1 -Dos.encoding=ISO-8859-1 -Dibm.system.encoding=ISO-8859-1 -Dsun.jnu.encoding=ISO-8859-1, i change the encoding.properties but it continuous with the request in utf8. Have anyone any idea to solve this?
Thanks in advance!