-
Bug
-
Resolution: Fixed
-
Minor
-
1.9.14, 2.0, 2.1, 2.1.2
-
Any
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MDL-30042-master-1 -
The hostwwwroot parameter in auth/mnet/jump.php is not stripped of the trailing slash.
In admin/mnet/peers.php (around line 81), the wwwroot parameter has the following done to it:
- Trimmed of whitespace
- Trimmed of trailing slashes
- http:// Added if not starting with http
I propose that auth/mnet/jump.php also does the same. Especially as the wwwroot that comes from mahara has a trailing slash with it.