Bug #56802

f:image returns wrong image path if absRefPrefix is set

Added by Jan Kiesewetter over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-03-12
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:6.2 Is Regression:No
PHP Version: Sprint Focus:
Complexity:

Description

TypoScript

config.absRefPrefix = /

Fluid Template

<f:image src="EXT:basepackage/Resources/Public/Images/YouTube-logo.png" alt="YouTube Channel" />

Fe Output

<img alt="YouTube Channel" src="//typo3conf/ext/basepackage/Resources/Public/Images/YouTube-logo.png" width="77" height="32">

Note the two slashes at the beginning of the path.

Working on current master.


Related issues

related to Core - Bug #56927: Regression: baseUri for LocalDriver is invalid for fallba... Resolved 2014-03-15

History

#1 Updated by Frans Saris over 1 year ago

  • Status changed from New to Accepted

Could you check if this is still a bug on current master? #56927 should have fixed this.

#2 Updated by Frans Saris over 1 year ago

  • Status changed from Accepted to Needs Feedback

#3 Updated by Jan Kiesewetter over 1 year ago

Yes it's fixed now.

#4 Updated by Frans Saris over 1 year ago

  • Status changed from Needs Feedback to Resolved

Also available in: Atom PDF