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 8314ecbf47b5fe918f706a00a3003a6028e91a2a Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:07:58 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- src/test/java/org/apache/commons/xml/XIncludeTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/xml/XIncludeTest.java b/src/test/java/org/apache/commons/xml/XIncludeTest.java index bcbf6dd..3487120 100644 --- a/src/test/java/org/apache/commons/xml/XIncludeTest.java +++ b/src/test/java/org/apache/commons/xml/XIncludeTest.java @@ -48,7 +48,7 @@ * * <p>Each case is exercised in both {@code parse="xml"} and {@code parse="text"} modes, and for both DOM and SAX * paths. XInclude resolution requires namespace-aware processing; the baseline tests set it explicitly, and the - * hardened factory tests rely on the underlying JAXP implementation being namespace-aware enough to recognize elements + * secure factory tests rely on the underlying JAXP implementation being namespace-aware enough to recognize elements * in the {@code http://www.w3.org/2001/XInclude} namespace.</p> */ class XIncludeTest { @@ -323,7 +323,7 @@ void hardenedSaxWithAllowListResolvesParseXml() throws Exception { //endregion - //region hardenReader: reader with XInclude enabled before hardening is blocked (the internal recipe behind the hardened factory and SaxonProvider) + //region hardenReader: reader with XInclude enabled before hardening is blocked (the internal recipe behind the secure factory and SaxonProvider) @Test @Tag("sax")
