Project

General

Profile

Actions

Bug #63616

closed

https urls are not replaced in content

Added by Georg Ringer over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2014-12-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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!

Actions #1

Updated by Gerrit Code Review over 9 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

Actions #2

Updated by Georg Ringer over 9 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>.

Actions #3

Updated by Gerrit Code Review over 9 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

Actions #4

Updated by Gerrit Code Review over 9 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

Actions #5

Updated by Wouter Wolters over 9 years ago

  • Status changed from Under Review to Resolved
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF