Patches item #815558, was opened at 2003-09-30 22:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=815558&group_id=22866
Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: mike andrews (xoba) Assigned to: Nobody/Anonymous (nobody) Summary: htmladapter inspectMBean.jsp needs some html escaping Initial Comment: (this is a copy of my jboss.org forum post; this information is also duplicated at http://xoba.com/jboss) the jmx html adapter (agent) in 3.2.2RC4-default does not seem to escape the proper characters in MBean attribute strings, specifically, '<', and '&'. for instance, if an MBean String attribute returns the string "<test>", then the html adapter should display the literal string "<test>" in the html, otherwise it breaks the html model and syntax. currently, jboss does not do this escaping, and returns "<test>", which depending on the browser, may be invisible (IE 6.0, for instance) or worse, since its interpreted as a markup tag and not as content. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=815558&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
