Feature "http://xml.org/sax/features/external-parameter-entities" is not supported

Matt Freake <[email protected]> Wed, 4 Feb 2015 16:24:25 +0000
Newsgroups gmane.text.xml.xerces-j.user
Message-ID <CAAZYO5si9pg1gnGo7FvbT6ojH01iVj26Y991rTX51F1u8BL87w@mail.gmail.com>
On one of my test systems, I received the following message:

[junit] WARN class
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl does not
support updating feature
http://xml.org/sax/features/external-general-entitiesjavax.xml.parsers.ParserConfigurationException:
jaxp_feature_not_supported: Feature "
http://xml.org/sax/features/external-general-entities" is not supported.

when trying to disable the processing of external general entities. Does
that mean disabling the processing of external general entities is not
supported, or the processing itself is not supported?

Unfortunately I can't test it currently, as the configuration of the build
on that system seems to have been changed since then.

Thanks

Matt