posted 19 years ago
Hi,
I'm using the 2.0.2 version of JForum. I encountered this bug in the user profile form when I tried to input Chinese data in some field. And I see the code in net/jforum/ActionServletRequest.java ActionServletRequest(HttpServletRequest superRequest) constructor
Change the item.getString() from using default charset to item.getString(SystemGlobals.getValue(ConfigKeys.ENCODING)) and the bug is fixed.
[originally posted on jforum.net by andowson]