-
-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
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
Labels
No labels