Actions
Bug #58528
closedconfig.prefixLocalAnchors causes GET parameters to be prepended to local anchors
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2014-05-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
I understand why the TS option config.prefixLocalAnchors is useful to prefix all local anchors with the relative path, but all GET parameters are prepended as well.
I do not think this is desired so it might be a bug.
Example:
Calling e.g. http://somehost.org/?test=abc results in local anchors like <a href="?test=abc#some_anchor">...</a>
Updated by Markus Klein over 10 years ago
As far as I know this is not a bug. The feature prefixes the current url to the anchor. How should the Core know which parameters have to be removed and which need to be kept?
Updated by Helmut Hummel almost 10 years ago
- Status changed from New to Rejected
Agreed, this is not a bug. This is how prefixLocalAchors works.
The only mitigation here is not use basURL at all and also not prefixLocalAchors, but just absRefPrefix
Actions