Project

General

Profile

Actions

Bug #65358

closed

file://* links not accessible

Added by Florian Wessels about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-02-26
Due date:
% Done:

100%

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

Description

All links pointing to something like file:// were interpreted as file-reference because of the keyword "file".
Links will not be displayed in the FE and in the BE (link configurator) you will get an error message "file/*" not found.

Quick fix (don't know if there is more to do):
/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php (line 5756):

if ($linkHandlerKeyword === 'file' && is_numeric($linkHandlerValue)) 

same condition in:
/sysext/core/Classes/Database/SoftReferenceIndex.php (line 612)
/sysext/core/Classes/Html/RteHtmlParser.php (line 706)

/sysext/recordlist/Classes/Browser/ElementBrowser.php (line 2314)

 } elseif (strpos($href, 'file:') !== FALSE && strpos($href, 'file://') === FALSE) {

TYPO3 version: 6.2.9


Files


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #60226: Content Element header_link to a page also adds a references to the file with same idClosedNicole Cordes2014-07-10

Actions
Related to TYPO3 Core - Bug #65482: file:///* links messed up in RTE when savingClosed2015-03-03

Actions
Related to TYPO3 Core - Bug #66085: file link could not be modified anymoreClosed2015-03-27

Actions
Actions

Also available in: Atom PDF