[jboss-jira] [JBoss JIRA] Closed: (SECURITY-168) getNodeName(node) should take care of DOM2
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Sat Apr 12 00:22:55 EDT 2008
[ http://jira.jboss.com/jira/browse/SECURITY-168?page=all ]
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: 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