]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix: encoding in legacy route login redirection to post bookmark 1541/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 3 Sep 2020 16:46:10 +0000 (18:46 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 3 Sep 2020 16:46:10 +0000 (18:46 +0200)
commitd33cffdb2e195be118d99342aa42f1d15a186f27
treee815df87435ec9c075908d4d94adb45be4b4528d
parent21163a3329ef19dc6ebadb75d6452ac02fd59ab3
Fix: encoding in legacy route login redirection to post bookmark

When a bookmark is post from a logged out user, he is first redirected to the login page with 'returnurl' containing the link, then redirected again when the login is processed.
We need to reencode the posted URL, otherwise the browser does not handle the fragment as a part of the posted parameter.
application/legacy/LegacyController.php