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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new e8b19793f Disable include schemes http[s] by default, see
AbstractFileLocationStrategy #633.
e8b19793f is described below
commit e8b19793f03cacb11559b9fd1601eb8149ec7ef9
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 30 16:30:26 2026 -0400
Disable include schemes http[s] by default, see
AbstractFileLocationStrategy #633.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eac627abf..c78b6b7cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,7 @@
<body>
<release version="2.14.1" date="YYYY-MM-DD" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Disable
include schemes http[s] by default, see AbstractFileLocationStrategy
#633.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 99</action>