csnemeti / fim

Free issue manager
Apache License 2.0
0 stars 0 forks source link

Russian characters are not sent correctly to server in forms #152

Closed csnemeti closed 9 years ago

csnemeti commented 9 years ago

In user registration try first name = Юрий Алексеевич last name = Гагарин. Add the rest of data and submit. It tries to create the user with wrong names. In order to fix it try setting URIEncoding="UTF-8" on Tomcat connector or (better) add accept-charset="UTF-8" on forms.

csnemeti commented 9 years ago

Fixed. I added in Tomcat URIEncoding="UTF-8" on connectors but it was also necessary a character encoding...