Problem with persistent links

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jiri
Posts: 2
Joined: 05 Jan 2024, 15:54

Problem with persistent links

Post by jiri »

Hi,

if I create a persistent link, like e.g. https://www.ventismedia.com/mantis/sear ... eld_1=2829, it works when you paste it to browse address bar and shows 12 items. However, if you just click it, it opens and doesn't filter at all, showing 17k+ items.

From what I found, it seems to be related to the fact that this results in cross-domain navigation and "Sec-Fetch-Site: cross-site" http header is sent by the browser (talking about Chrome). I wonder, shouldn't there be any change in how cookies are set so that this kind of problem doesn't happen?

Mantis version: 2.26.0

Thanks!
Jiri
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Problem with persistent links

Post by atrol »

Didn't have a deeper look, might be related to the following issue.
Try if the mentioned workaround changes the behavior in your installation https://www.mantisbt.org/bugs/view.php?id=33426#c68405
Please use Search before posting and read the Manual
jiri
Posts: 2
Joined: 05 Jan 2024, 15:54

Re: Problem with persistent links

Post by jiri »

Thanks, this is it!

Jiri
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Problem with persistent links

Post by atrol »

Glad to hear the issue is solved with that change.
This change will be part of next release 2.26.1
Please use Search before posting and read the Manual
Post Reply