This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c612552 Reject leading and trailing label hyphens in DomainValidator 
unicodeToASCII (#424).
8c612552 is described below

commit 8c61255246840779ce621b198b04c15728f2cc12
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 17 07:40:18 2026 -0700

    Reject leading and trailing label hyphens in DomainValidator
    unicodeToASCII (#424).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 06ed61a6..2b744579 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,6 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject format code points in DomainValidator.unicodeToASCII 
(#420).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Allow 
userinfo before a bracketed IPv6 host in isValidAuthority (#421).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject trailing characters in strict date validation (#425).</action>
+    <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject leading and trailing label hyphens in DomainValidator 
unicodeToASCII (#424).</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ValidatorException.ValidatorException(Throwable). Call sites that previously 
called new ValidatorException(Throwable#getMessage()) now preserve that 
exception (#390).</action>

Reply via email to