Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-4233

JBWEB-167: Entropy value causing jsp display issues

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • EAP_EWP 5.1.0
    • EAP 5.0.1
    • Web
    • None
    • Release Notes
    • Hide
      SHORT DESCRIPTION:
              Provide fix for JBWEB-167.
      LONG DESCRIPTION:
              Patch to prevent entropy value from causing jsp display issues.
      MANUAL INSTALL INSTRUCTIONS:
              Replace the existing %JBOSS_HOME%/server/%JBOSSCONF%/deploy/jbossweb.sar/jbossweb.jar with the new jbossweb.jar
      COMPATIBILITY:
             5.0.1
      SUPERSEDES:
              N/A
      CREATOR:
              Mike Millson
      DATE:
              06-May-2010
      Show
      SHORT DESCRIPTION:         Provide fix for JBWEB-167. LONG DESCRIPTION:         Patch to prevent entropy value from causing jsp display issues. MANUAL INSTALL INSTRUCTIONS:         Replace the existing %JBOSS_HOME%/server/%JBOSSCONF%/deploy/jbossweb.sar/jbossweb.jar with the new jbossweb.jar COMPATIBILITY:        5.0.1 SUPERSEDES:         N/A CREATOR:         Mike Millson DATE:         06-May-2010

      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"/>");
      }

              rhn-support-mmillson Michael Millson
              rhn-support-mmillson Michael Millson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: