Project

General

Profile

Actions

Bug #72642

closed

Commit in 6.2.17 broke Link tag rendering in HTML tables and in image meta description

Added by Andrew Isaak over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2016-01-12
Due date:
% Done:

0%

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

Description

Hi this is related to the following commit from December 15th, 2015:

https://git.typo3.org/Packages/TYPO3.CMS.git/commit/e737a34

and
http://stackoverflow.com/questions/34565735/link-and-div-in-tables-does-not-work-anymore/34566498#34566498

Adding the following two lines to template setup fixes the issue for HTML tables but NOT for image metadata:

tt_content.table{
20.innerStdWrap.parseFunc =< lib.parseFunc
20.innerStdWrap.htmlSpecialChars >
}

and for multiple-domain installations that is a pain (I had to copy and paste the text 50 times).
Please regress this security change or fix the issue.
Thanks!

Actions #1

Updated by Andreas Kienast over 8 years ago

  • Status changed from New to Needs Feedback

Hi,

does this TS work for you?

tt_content.image.20.caption.1.1 {
    parseFunc =< lib.parseFunc
    htmlSpecialChars >
}
Actions #2

Updated by Florian Seirer over 8 years ago

I can confirm this.
Also, Isaac's "patch" works.

Actions #3

Updated by Wouter Wolters over 8 years ago

  • Status changed from Needs Feedback to Rejected

As this change in the core is intended we won't change this back. The core itself should be as secure as possible.
If you are in need of this you have to change the TypoScript your self.

Actions

Also available in: Atom PDF