Skip to content

XmlMapper does not support StreamReadFeature.STRICT_DUPLICATE_DETECTION #114

@cpopp

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.

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