Actions
Bug #9066
closedecl.php: Checking /config path is not working due to lack of trailing slash
Start date:
10/25/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
At source:src/etc/ecl.php#L59 the locations for the external config locator (ECL) script are defined, but /config
does not end in a trailing slash.
Later when the locations are used at source:src/etc/ecl.php#L61 no slash is added between the path and target filename.
Thus, ecl.php checks for /config.xml
and /configconfig.xml
rather than /config/config.xml
.
Updated by Jim Pingle about 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset c688c59b47a3ce138ffe094794d01f1e6fcc00df.
Updated by Anonymous about 6 years ago
- Status changed from Feedback to Resolved
Tested on pfSense-CE-memstick-ADI-2.4.5-DEVELOPMENT-amd64-20181103-0458, works as expected (config.xml in /config/ on a USB drive formatted FAT32, is recognized and restored on first boot after installing pfSense).
Actions