[
http://jira.jboss.com/jira/browse/SECURITY-167?page=all ]
Anil Saldhana updated SECURITY-167:
-----------------------------------
Fix Version/s: 2.0.2.GA
Component/s: jboss-sunxacml
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)
Components: jboss-sunxacml
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: 2.0.2.GA
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