-
Improvement
-
Resolution: Fixed
-
Major
-
2.2
-
MOODLE_22_STABLE
-
MOODLE_23_STABLE
-
w18_
MDL-30686_m23_guessurl -
Since 2.0 the correct way to find out current page url is to use $PAGE->url, unfortunately not all pages set up PAGE->url properly (before require_login) and sometimes we need the current URL very early. Solution is to alter function "qualified_me()" to make it guess the most probable url of the current page using PAGE->url first and then falling back to $FULLME.
This should fix:
1/ issues with SSL proxies (FULLME does not contains the https part, new qualified_me() does)
2/ pages that do correctly set PAGE->url before require_login() - the return to current page after logging-in should be more accurate
- has a non-specific relationship to
-
MDL-33015 for now revert formslib action default back to current url derived from FULLME
-
- Closed
-
-
MDL-30613 $FULLME should not be used for https detection
-
- Closed
-
-
MDL-32693 Add functions to a service has a bad url
-
- Closed
-
- has been marked as being related by
-
MDL-32866 Filemanager in User private files does not save changes
-
- Closed
-
-
MDL-32921 Can't add LTI tool providers from admin screen
-
- Closed
-
-
MDL-28666 Extend repository API to create file references to external repository contents (like Equella)
-
- Closed
-