On Fri, 07 Sep 2018 at 02:22:33 +0200, Guilhem Moulin wrote: > Unless you're already logged in, protected pages redirect you to > https://auth.documentfoundation.org/ for authentication, and redirect > you to you the page you're trying to edit.
Ah no my bad, the ‘BackURL’ parameter is lost actually; you're 303- redirected to https://ja.libreoffice.org/Security/login immediately after authentication, but there is a final 302 redirection afterwards, the location of which (/admin/pages in that case, but in can be /admin/pages/edit/show/1234 or whatever) is retrieved from the session. Doesn't really matter though, and my point remains: once authenticated you should be redirected to the protected page you're trying to access. :-) -- Guilhem. -- To unsubscribe e-mail to: [email protected] Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette List archive: https://listarchives.libreoffice.org/global/website/ Privacy Policy: https://www.documentfoundation.org/privacy
