This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit df653561c145af3f1f8d0dca598cba33217e0015 Merge: ffc7b82 7caa9f0 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 15:06:31 2026 -0400 Merge pull request #60 from ppkarwasz/feat/source-exception-propagation Rework exception propagation when securing sources .../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(-)
