-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.1
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-58057-master -
Must have missed this one during development given the unit tests were passing. It doesn't even pop up when testing using the UI, but still should be addressed.
Basically, there are left over carriage returns in the array elements of get_whitelisted_ports because I exploded on newline and forgot to trim. This function should behave the same exact way as get_blacklisted_hosts, which as you can see has the necessary array_map('trim',... already.
- has a non-specific relationship to
-
MDL-58038 Email: Allowed domain name check fails for all domains except last one (PHP_EOL mismatch)
- Closed