Actions
Bug #90916
closedPage type external URL, removes fragments from relativ URLs
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
After updating to TYPO3 9.5.15
pages with external URL and a relativ URL with a Fragment do not resolve correctly
we have urls like this `/home/#fragment` used in Menus. to comunicate a the routing information to an Javascript app (angular).
before TYPO3 9.5.15 everything worked as expected.
as a fix we have changed the relativ URLs to Absolute URLs: `https://domain.tld/home/#fragment`
i suspect the following commit introduced the problem:
https://github.com/TYPO3/TYPO3.CMS/commit/0597c09389eacb9ce77ab32ae618171fe5cd350b
Actions