[jboss-jira] [JBoss JIRA] Resolved: (JBWEB-167) Entropy value causing jsp display issues
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Thu May 6 09:21:06 EDT 2010
[ https://jira.jboss.org/jira/browse/JBWEB-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Frederic Clere resolved JBWEB-167.
---------------------------------------
Fix Version/s: JBossWeb-2.1.8.GA
Resolution: Done
Fix by r1463
> 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
> Fix For: JBossWeb-2.1.8.GA
>
>
> 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