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 c7ce94325cb415b52bfe60fdd81206a4c7274938
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 13:50:30 2026 -0400

    Javadoc: "hardened" -> "secured" wording to match new class and method
    names.
---
 src/test/java/org/apache/commons/xml/ExternalGeneralEntityTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/xml/ExternalGeneralEntityTest.java 
b/src/test/java/org/apache/commons/xml/ExternalGeneralEntityTest.java
index d537db0..ea335a9 100644
--- a/src/test/java/org/apache/commons/xml/ExternalGeneralEntityTest.java
+++ b/src/test/java/org/apache/commons/xml/ExternalGeneralEntityTest.java
@@ -25,11 +25,11 @@
  * Checks whether parsers can pull in an external general entity declared 
inline in the internal subset.
  *
  * <p>The wrapper declares {@code <!ENTITY xxe SYSTEM 
"file:.../referenced.txt">} and uses {@code &xxe;} in the body. The general 
entity expands to the
- * content of {@code src/test/resources/leaked/referenced.txt} when the 
external reference is resolved. A hardened parser keeps the entity declared but
+ * content of {@code src/test/resources/leaked/referenced.txt} when the 
external reference is resolved. A secure parser keeps the entity declared but
  * resolves its content to empty, so the parse completes without the file's 
content; an unconfigured parser fetches the file, the entity resolves, and the
  * parse succeeds.</p>
  *
- * <p>Each parser type is exercised twice as a pair (unconfigured factory, 
expected to parse; hardened factory, expected to complete without leaked
+ * <p>Each parser type is exercised twice as a pair (unconfigured factory, 
expected to parse; secure factory, expected to complete without leaked
  * content):</p>
  *
  * <ul>

Reply via email to