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 edf3a787 UrlValidator compare the file scheme case-insensitively in
isValid (#433).
edf3a787 is described below
commit edf3a78766265cf39537d77ad52ee49e2cfd705c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 10:22:36 2026 -0400
UrlValidator compare the file scheme case-insensitively in isValid
(#433).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 27326a4e..5ae8181e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Validate path, query and fragment for authority-less file URLs
(#432).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
USO_UNSAFE_METHOD_SYNCHRONIZATION in DomainValidator.</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject under-length codes in SedolCheckDigit (#435).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">UrlValidator compare the file scheme case-insensitively in isValid
(#433).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>