the order of the SchemaValidation filter
Cantor, Scott
cantor.2 at osu.edu
Thu Dec 21 09:16:58 EST 2017
> I have one remaining question regarding the SchemaValidation filter.
> Does it matter where this filter appears in the overall list of
> filters?
Java does post-parse validation of the DOM, which means that some of the more esoteric things that can happen could conceivably mutate the DOM and make it something you'd want to run after signature checks. But I don't know that the Java code actually ever mutates the DOM. The C++ parser did until I worked around it. Nobody really uses the schema filter much so I don't know that we'd have heard if it matttered.
-- Scott
More information about the dev
mailing list