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
commit f9ea534349262fee7557fb91941c8a4f94ba0b9a Author: Gary Gregory <[email protected]> AuthorDate: Sat Jul 11 07:17:35 2026 -0400 Fix typo in changes.xml. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index baf43c92..fb153c16 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,7 +78,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">DoubleValidator and FloatValidator now treat special symbols consistently (#388).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix long range check in GenericTypeValidator.formatLong (#387).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue() for out of Long range values (#397).</action> - <action type="fix" dev="ggregory" due-to="Mauricio Bento, Gary Gregory">Add missing tests for ValidatorUtils.replace and ValidatorUtils.copyMap (#396)..</action> + <action type="fix" dev="ggregory" due-to="Mauricio Bento, Gary Gregory">Add missing tests for ValidatorUtils.replace and ValidatorUtils.copyMap (#396).</action> <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Fix RegexValidator.validate() returning null for a valid match (#395).</action> <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Compare CAS and EC check digit against validated code, not raw input (#398).</action> <action type="fix" dev="ggregory" due-to="sahvx655-wq">Prevent URL path traversal bypass via percent encoding in UrlValidator (#383).</action>
