Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.6
-
None
-
None
-
None
Description
SOLR-14561 introduced a check to forbid using a path starting with "../" for the data of a core. This makes impossible to indicate a relative path to a data folder which is not stored in the core folder itself. Og course you can set an absolute path (provided it's part of the allowed paths), but then it makes impossible to move the entire storage somewhere else because it will break the stored path.
IMO the check for "../" prefix should be completely removed, and instead relative paths should be resolved to check if they are part of the allowed paths. At least for my use case having to set allowed paths is fine but it's possible some people might want to completely disable allowed path system.
Attachments
Issue Links
- is caused by
-
SOLR-14561 Validate parameters to CoreAdminAPI
- Closed