Issue Type: Bug Bug
Affects Versions: 2.0.3
Assignee: Unassigned
Created: 24/Aug/12 20:10
Description: The following code is in PortletURLTag286:

{code}
         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;
         }
         }
{code}
Fix Versions: 2.0.4, 2.1.0
Project: Pluto
Priority: Major Major
Reporter: Eric Dalquist
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to