-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
PHPWS_Core::pushUrlHistory() and PHPWS_Core::popUrlHistory() were hastily made to solve a problem with Shibboleth not being able to return the user to the page they left off on.
What I need is this: some magic URL that means "take me back to the last place wherein a full page successfully rendered." Please note that this means if I go to a page, do some AJAX stuff, and then log in and return to this URL; all of those AJAX requests should be forgotten, but the fully rendered page should be remembered.
┆Issue is synchronized with this Asana task