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