Skip to content

Es wird versucht, ein Attribut zu setzen, statt ein Feature #827

@dietertengelmann

Description

@dietertengelmann

In 2.16.3 wurde in
org.mustangproject.ZUGFeRD.ZUGFeRDInvoiceImporter#setDocument
noch
dbf.setFeature("http://javax.xml.XMLConstants/feature/secure-processing", true)
gesetzt,
ab 2.16.4 aber:
dbf.setAttribute(XMLConstants.FEATURE_SECURE_PROCESSING, true);

Dies führt aber zu:
java.lang.IllegalArgumentException: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(Unknown Source) ~[xercesImpl-2.12.2.jar:?] at org.mustangproject.ZUGFeRD.ZUGFeRDInvoiceImporter.setDocument(ZUGFeRDInvoiceImporter.java:265) ~[library-2.16.4.jar:?]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions