[jboss-jira] [JBoss JIRA] Created: (SECURITY-168) getNodeName(node) should take care of DOM2
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Wed Apr 2 14:05:29 EDT 2008
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)
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
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: 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