Skip to content
Snippets Groups Projects
Commit 07331b4b authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Oliver Hader
Browse files

[BUGFIX] Use URI of current request for referrer check

Instead of generating the URL to the backend login, the URI of the
current request is now used for the referrer check in backend login.
This fixes a redirect issue with password recovery links opened via
email.

The anchor-based reload detection has been replaced with a
localStorage-based solution as browsers don't trigger a new request if
the target location is already loaded, but only an achor is appended to
the URL.

Resolves: #91442
Releases: master, 10.4, 9.5
Change-Id: I577bdd8ce75c94f864852f812c0b8ad66f0d5634
parent 65be85b1
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment