Actions
Bug #73211
closedLink-Wizard renders external links like internal links if ".html" is in the URL
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2016-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There seems to be a bug with the Link-Wizard and external links.
When using the Link-Wizard to save an external link inside a record (or default content element) the default TEXT rendering will handle it as an internal link (e.g. prepend the slash if "config.absRefPrefix = /" is set) IF
- the given URL contains ".html"
- the protocol is http://
The rendering will be correct if either https:// is selected as protocol or when not using the wizard but writing the link directly into the field (with http://).
TYPO3 7.6.2
Reproduced in
tt_address 3.0.0-dev
news 4.1.0
tt_content FAL-Link inside a "Text w/ images"-element
Actions