-
Bug
-
Resolution: Fixed
-
Minor
-
2.7.1
-
MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
m28_
MDL-47210_IIS_PATH_INFO_Ignored_In_Required_Login_Pluginfile_Redirect -
When a user has a direct link to a resource within Moodle they are forced to log in if not already in and they are successfully redirected to that resource.
However, when they have a link to a file and they are forced to log in, the link is truncated from
http://<site>/pluginfile.php/17521/mod_resource/content/11/<filename>
to
https://<site>/pluginfile.php
and gives an error message
'No valid arguments supplied or incorrect server configuration'
rather than redirecting to the original link.
The link to the files work if logged in, so it looks as though the redirect for pluginfile.php is not working correctly