This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9_11
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_11 by this push:
new bdfa62da0a4 SOLR-18293 Add changelog entry (#4896)
bdfa62da0a4 is described below
commit bdfa62da0a45184ca3a818ac214412ae48150726
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Sep 10 09:57:59 2026 +0200
SOLR-18293 Add changelog entry (#4896)
(cherry picked from commit 673af362f917604919ae13ff519de0b425e10207)
---
changelog/unreleased/allowlist-url-scheme-SOLR-18293.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/changelog/unreleased/allowlist-url-scheme-SOLR-18293.yml
b/changelog/unreleased/allowlist-url-scheme-SOLR-18293.yml
new file mode 100644
index 00000000000..3ed7e39db79
--- /dev/null
+++ b/changelog/unreleased/allowlist-url-scheme-SOLR-18293.yml
@@ -0,0 +1,11 @@
+title: >
+ AllowListUrlChecker now detects URL schemes with URLUtil#hasScheme, the same
helper used when
+ building shard URLs, parsing scheme prefixes consistently and rejecting
invalid schemes.
+type: fixed
+authors:
+ - name: Rajat Raghav
+ nick: Xclow3n
+ - name: Jan Høydahl
+links:
+ - name: SOLR-18293
+ url: https://issues.apache.org/jira/browse/SOLR-18293