Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for XMLConstants.ACCESS_EXTERNAL_DTD #162

Open
saurav1910 opened this issue Dec 3, 2022 · 2 comments
Open

Add support for XMLConstants.ACCESS_EXTERNAL_DTD #162

saurav1910 opened this issue Dec 3, 2022 · 2 comments
Labels
good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project pr-welcome Issue for which progress most likely if someone submits a Pull Request

Comments

@saurav1910
Copy link

For FEATURE_SECURE_PROCESSING support was added in #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]

@cowtowncoder cowtowncoder added pr-welcome Issue for which progress most likely if someone submits a Pull Request good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project labels Dec 3, 2022
chrisr3 pushed a commit to chrisr3/woodstox that referenced this issue Dec 14, 2022
@gargvasu96
Copy link

Did You find any resolution for this issue? I am facing the same.

@cowtowncoder
Copy link
Member

Not yet supported: if someone has time and interest, coming up with a patch might not be difficult -- just need to see exactly what are the semantics of this property and which of existing Woodstox config setting would work for it, if any.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project pr-welcome Issue for which progress most likely if someone submits a Pull Request
Projects
None yet
Development

No branches or pull requests

3 participants