This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 673af362f91 SOLR-18293 Add changelog entry (#4896)
673af362f91 is described below
commit 673af362f917604919ae13ff519de0b425e10207
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Sep 10 09:57:59 2026 +0200
SOLR-18293 Add changelog entry (#4896)
---
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