[jboss-jira] [JBoss JIRA] Created: (JBWEB-167) Entropy value causing jsp display issues
Mike Millson (JIRA)
jira-events at lists.jboss.org
Wed May 5 13:39:05 EDT 2010
Entropy value causing jsp display issues
----------------------------------------
Key: JBWEB-167
URL: https://jira.jboss.org/jira/browse/JBWEB-167
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core
Affects Versions: JBossWeb-2.1.7.GA
Reporter: Mike Millson
Assignee: Jean-Frederic Clere
The entropy value is causing some JBoss jmx-console pages to not render when the native connector is used.
For example, this link under jboss.web renders fine with the Java connector:
host=localhost,path=/jmx-console,type=Manager
I get the page back in the browser listing the MBean properties and functions.
But if I swap out the Java connector and use the native APR connector, I get no response.
Add the following if statement to inspectMBean.jsp to not print out the entropy value, and the page will display:
if(!attrName.equals("entropy")){
out.print("<input type='text' size='80' name='"+attrName+"' value='"+translateMetaCharacters(attrValue)+"' "+readonly+"/>");
}
--
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
More information about the jboss-jira
mailing list