Project

General

Profile

Actions

Bug #106687

open

AssetCollector outputs absolute paths since update 13.4.10

Added by Sven Wappler about 1 month ago. Updated 22 days ago.

Status:
Under Review
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2025-05-13
Due date:
% Done:

0%

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

Description

AssetCollector outputs absolute paths since update 13.4.10

Since the update, there have been problems with CSS or JavaScript files that do not start with EXT: and are created using

<f:asset.css identifier=“test” href=“css/test.css”></f:asset.css>

are integrated.

This now produces

<link href=“/var/www/html/public/css/test.css?1747135292” rel=“stylesheet” >

This is due to a change in the https://github.com/TYPO3/typo3/blame/main/typo3/sysext/core/Classes/Page/AssetRenderer.php file.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #104460: Asset ViewHelper does not take config.forceAbsoluteUrls into accountAccepted2024-07-23

Actions
Actions #1

Updated by Garvin Hicking about 1 month ago

  • Category set to Frontend
  • Priority changed from Should have to Must have
  • Is Regression set to Yes
Actions #2

Updated by Garvin Hicking about 1 month ago

  • Related to Bug #104460: Asset ViewHelper does not take config.forceAbsoluteUrls into account added
Actions #3

Updated by Uwe Jakobs about 1 month ago

Same problem, even within a SitePackage AND EXT:

Actions #4

Updated by Benni Mack about 1 month ago

Thanks for the report.... I'm on it!

Actions #5

Updated by Benni Mack about 1 month ago

  • Status changed from New to Accepted

Does this happen in Frontend or in Backend context? Does this happen via Fluid VH?

Actions #6

Updated by Sven Wappler about 1 month ago

Benni Mack wrote in #note-5:

Does this happen in Frontend or in Backend context? Does this happen via Fluid VH?

In Frontend. Yes via f:asset.css

Actions #7

Updated by Gerrit Code Review about 1 month ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #8

Updated by Gerrit Code Review about 1 month ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #9

Updated by Gerrit Code Review about 1 month ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #10

Updated by Gerrit Code Review about 1 month ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #11

Updated by Gerrit Code Review about 1 month ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #12

Updated by Gerrit Code Review about 1 month ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #13

Updated by Gerrit Code Review about 1 month ago

Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #14

Updated by Pascal Geldmacher about 1 month ago

I found the same problem also with our initialize data.
In TYPO3 13.4.9 sys_registry had this entry xxx/distribution/Initialisation/dataImported
With TYPO3 13.4.10 We've this situation /html/releases/23/vendor/xxx/distribution/Initialisation/dataImported. Which leads to the problem that TYPO3 created a new siteroot what it already did.

And I found a smiliar Problem in the Admin section from the backend. All SVG Icons were not found (404).

Actions #15

Updated by Gerrit Code Review about 1 month ago

Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89385

Actions #16

Updated by Gerrit Code Review about 1 month ago

Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89372

Actions #17

Updated by Benni Mack about 1 month ago

Will keep this, although the original change is now reverted.

Actions #18

Updated by Gerrit Code Review 22 days ago

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89584

Actions #19

Updated by Markus Klein 22 days ago

Last patch was accidentally pushed to this issue number.

Actions

Also available in: Atom PDF