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>
Actions