]
Anil Saldhana closed SECURITY-168.
----------------------------------
Resolution: Done
getNodeName(node) should take care of DOM2
------------------------------------------
Key: SECURITY-168
URL:
http://jira.jboss.com/jira/browse/SECURITY-168
Project: JBoss Security and Identity Management
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jboss-sunxacml
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: 2.0.2.GA
private static String getNodeName(Node node)
{
String name = node.getLocalName();
if(name == null)
name = node.getNodeName();
return name;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: