Character Encoding in Admin Console

Hello,

please, fix work with character encoding in Admin Console pages. Current implementation does not work correctly with Tomcat 5.5.17 (Wildfire 3.0.0). For example, if one create user with Name in national language, Name field is broken.

I’'ve done following:

  1. Add to every JSP:

<%@ page contentType=“text/html”%>
<%@ page pageEncoding=“UTF-8”%> …



  1. Add to every form in JSP attribute method=“post”.

After theese changes there are no problems with character encoding.

Thank you!

Respectfully,

Alex