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 5de45275 Validate path, query and fragment for authority-less file
URLs (#432).
5de45275 is described below
commit 5de45275dfcf5af434a22ec0db4dbeffa217cccb
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 4 07:27:24 2026 -0400
Validate path, query and fragment for authority-less file URLs (#432).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8d19784..5916bf96 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Drop
the symbol separator in the currency and percent re-parse (#430).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Count
unpaired carriage returns in adjustForLineEnding (#431).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Validate path, query and fragment for authority-less file URLs
(#432).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>