Skip to content

XmlMapper does not support StreamReadFeature.STRICT_DUPLICATE_DETECTION #114

Description

@cpopp

I configured an XmlMapper with the parser feature for rejecting duplicates, as such:

XmlMapper mapper = new XmlMapper();
mapper.configure(JsonParser.Feature.STRICT_DUPLICATE_DETECTION, true);

and the XmlMapper does not seem to support the feature as duplicates were allowed through.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

2.21gen-aiPR created with Generative AI (whole or assisted) (or issue for which gen-ai seems suitable)

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions