This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 2fa4769eef91e1690df76923e899fe3fd1c6bab4 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
