[jboss-jira] [JBoss JIRA] Created: (SECURITY-167) Obligation encode method needs to change the out println line to incorporate multiple attribute values
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Tue Apr 1 18:03:39 EDT 2008
Obligation encode method needs to change the out println line to incorporate multiple attribute values
------------------------------------------------------------------------------------------------------
Key: SECURITY-167
URL: http://jira.jboss.com/jira/browse/SECURITY-167
Project: JBoss Security and Identity Management
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Attribute attr = (Attribute)(it.next());
out.println(indenter.makeString() +
"<AttributeAssignment AttributeId=\"" +
attr.getId().toString() + "\" DataType=\"" +
attr.getType().toString() + "\">" +
attr.getValue().encode() +
"</AttributeAssignment>");
This needs to change to use a string builder and multiple attribute values.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list