Project

General

Profile

Actions

Bug #95479

closed

Image URIs are not prefixed with absRefPrefix on cached pages

Added by Robert Kärner over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2021-10-05
Due date:
% Done:

100%

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

Description

Imagine the following scenario:

An uncached plugin renders an image via Fluid's <f:image> view helper.
The page is cached, but the plugin isn't, resulting in an <!--INT_SCRIPT> marker.

When the page is loaded for the first time, the image is shown fine:

<img src="/fileadmin/_processed_/b/f/myimage_xxxxxx.png">

When the page is refreshed it is pulled from the cache and the image is now missing.
TYPO3 missed adding the neccessary absRefPrefix:

<img src="fileadmin/_processed_/b/f/myimage_xxxxxx.png">


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #95027: Always generate absolute FAL URLs in the backendClosed2021-08-29

Actions
Actions #1

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/71446

Actions #2

Updated by Robert Kärner over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Christian Kuhn over 2 years ago

  • Related to Task #95027: Always generate absolute FAL URLs in the backend added
Actions #4

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF