Error in breadrumb's URLS

Hello,
I found a possibile bug in breadcrumbs link in journals with url rewrite.

When you are in a third level place, e.g.
Home > About the Journal > Submissions
you find these link URLs:
Home → www.journal.net/index (OK)
About the Journal → www.journal.net/about (ok)
Submissions → www.journal.net/index.php/path/about/submissions (error)

The third one is to a link different from the others, because it shows the journal path and the index.php, potentially breaking the rewrite.

Here is an example
http://aibstudi.aib.it/

Andrea

Can you spin up a test instance of your journal in 2.4.8? I wonder if this is a PKPRequest::getBasePath() issue that was recently fixed. I tried reproducing the issue on my version of 2.4.6 which does have the patch from the above issue, and was unable to replicate it.