[
https://jira.jboss.org/jira/browse/JBAS-3834?page=com.atlassian.jira.plug...
]
Ondrej Medek commented on JBAS-3834:
------------------------------------
In JBoss 5.0.1 GA, when a plain String with some national characters is the output of a
method in the @Management interface of a @Service POJO, then JMX console displays nothing.
I mean plain String, no HTML tags in the string. This is even more annoying when the
method is a getter for an attribute. Then the web page for the @Service bean shown nothing
(HMTL source->nothing) in the JMX console.
Try a @Service with method:
String getLocalizedString() { return ěščřžýáíé; }
Also, the java Date.toString() may result sometimes in the non-english characters, and
then then again the web page for the @Service bean is nothing.
i18n of jmx-console
-------------------
Key: JBAS-3834
URL:
https://jira.jboss.org/jira/browse/JBAS-3834
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: JMX/Web Console
Affects Versions: JBossAS-4.0.4.GA
Environment: Any operating system with multiple language such as MS932
(Japanese)
Reporter: Ryusuke Kajiyama
We found that there are difference in screen-displayed multibyte characters on using
Internet Explorer and Firefox. When using MS932, with IE, characters are returned same as
posted, however with Firefox, characters are url-escaped like %xx. Our guess is that html
of jmx-console does not have charset and there are no functions to handle encoding request
parameter.
It could be fixed if there were some filter action something like distinguish character
set of posted data, and add <meta> tag into html or set Content-Type.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira