Actions
Bug #6450
closedCollectionFinder misparses ALLOWED_PROTOCOLS
Start date:
2024-06-11
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
11, 12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java
Description
Bug #5847 introduced a patch to make the standard collection finder examine the ALLOWED_PROTOCOLS configuration setting to check that a particular protocol (or URI scheme) is in a permitted list.
The patch is incorrect in that it treats the configuration option as a space separated list rather than a comma-separated list.
This has the consequence that a particular protocol (e.g. "file") is disallowed despite being present in the whitelist.
Please register to edit this issue
Actions