DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26789>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26789

Dependenccy on Xerces - Dirty Secret :)

           Summary: Dependenccy on Xerces - Dirty Secret :)
           Product: Security
           Version: unspecified
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Signature
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Just found another hard-coded dependency on Xerces in IdResolver.java. Is there
anyway to get rid
of it?

   public static void registerElementById(Element element, String idValue) {
      Document doc = element.getOwnerDocument();
      ((org.apache.xerces.dom.DocumentImpl) doc).putIdentifier(idValue,
              element);
   }

Thanks,
dims

Reply via email to