Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-619

escapeXml check in PortletURLTag286 does String.equals(Boolean)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.3
    • 2.1.0-M3, 2.0.4, 2.1.0
    • None
    • None

    Description

      The following code is in PortletURLTag286:

              	String[] result = containerRuntimeOptions.get(Constants.ESCAPE_XML_RUNTIME_OPTION);
              	if (result != null){
              		if (result.length > 0){
              			if (result[0].equals(true))
              				escapeXml = true;
              			else if (result[0].equals(false))
              				escapeXml = false;
              		}
              	}
      

      Attachments

        Activity

          People

            edalquist Eric Dalquist
            edalquist Eric Dalquist
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: