This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
from ffc7b82 Fix Android build
add 94ea207 Rework exception propagation when securing sources
add 4a8ea61 Wrap reader-provisioning failures in SecureException; simplify
add 1e5e545 Fix Checkstyle violations
add 7caa9f0 Test the setupParse-style wiring in SecureXMLFilter.parse
new df65356 Merge pull request #60 from
ppkarwasz/feat/source-exception-propagation
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/commons/xml/SecureException.java | 16 ++-
.../apache/commons/xml/SecureSAXParserFactory.java | 20 ++--
.../apache/commons/xml/SecureSchemaFactory.java | 13 +--
.../org/apache/commons/xml/SecureTransformer.java | 7 +-
.../org/apache/commons/xml/SecureValidator.java | 7 +-
.../org/apache/commons/xml/SecureXMLFilter.java | 89 ++++++++++++--
.../commons/xml/OverrideDefaultParserTest.java | 4 +-
.../java/org/apache/commons/xml/XMLFilterTest.java | 130 +++++++++++++++++++++
8 files changed, 246 insertions(+), 40 deletions(-)