Bug #63616
closedhttps urls are not replaced in content
0%
Description
The method http_makelinks()
in ContentObjectRenderer
just cares about links starting with http:// which is nowadays a bit sad :/
This method needs to care about https:// aswell!
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35117
Updated by Georg Ringer almost 10 years ago
How to test:
create a content element, disable the RTE and add something like this:
this is a line including a normal url http://www.typo3.org - over. this is a line including a https url https://www.typo3.org - end
and check the frontend. only the 1st url will be substituted with <a href="http://www.typo3.org">www.typo3.org</a>
.
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35117
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35756
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Resolved