You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking into removing all instances of Xerces and xml-apis from our product. It looks like one of the instances where it is not currently removable is as Antisamy's dependency. Would it be possible to rewrite the few uses of org.apache.xerces in Antisamy with generic Java APIs or something else?
The text was updated successfully, but these errors were encountered:
I'm sure its possible, and its probably a good idea. We just haven't made it a priority. If you have some experience doing such rewrites of XML parsers any chance you'd be willing to submit a pull request with these changes? As you said, there are only a few.
@wilx - We just made some progress removing some of the use of Xerces and replacing parts with what comes with Neko HTMLUnit, which contains its own slimmed down/maintained fork of parts of Xerces. If you look in the pom, there is a comment describing a suggestion on how to replace the last bits of Xerces we use in AntiSamy with something newer/better maintained.
I am looking into removing all instances of Xerces and xml-apis from our product. It looks like one of the instances where it is not currently removable is as Antisamy's dependency. Would it be possible to rewrite the few uses of
org.apache.xerces
in Antisamy with generic Java APIs or something else?The text was updated successfully, but these errors were encountered: