woodstox icon indicating copy to clipboard operation
woodstox copied to clipboard

Add support for XMLConstants.ACCESS_EXTERNAL_DTD

Open saurav1910 opened this issue 1 year ago • 2 comments

For FEATURE_SECURE_PROCESSING support was added in https://github.com/FasterXML/woodstox/issues/61 Getting Unrecognized property 'http://javax.xml.XMLConstants/property/accessExternalDTD'

java.lang.IllegalArgumentException: Unrecognized property 'http://javax.xml.XMLConstants/property/accessExternalDTD' at com.ctc.wstx.api.CommonConfig.reportUnknownProperty(CommonConfig.java:167) ~[woodstox-core-6.4.0.jar:6.4.0]

saurav1910 avatar Dec 03 '22 19:12 saurav1910