liob/OXadminGUI

Problems saving special characters, i.e. ä,ö,ü,ß

niederho opened this issue · 1 comments

Since changing from ajp to grizzly, the admin gui fails saving characters like ä, ö, ü!
For example: "Müller" will be saved as "M?ller".
So far i tried several Browsers: Firefox, IE, Opera, Chrome. They all end up with the same result. Please let me know if you need further information!
Thank you for your great support!!!
Best regards, Hermann

screenshot

liob commented

Some preliminary findings:
It seems that the string in the request object (HttpServletRequest) in is not encoded in utf-8. As far as I know that should be the case. I have not yet reached a conclusion, but maybe OXadminGUI is not at fault here. There are some fixed bugs in Grizzly (1, 2) regarding utf8 issues. Is OX deploying an outdated version?