Bug #106687
openAssetCollector outputs absolute paths since update 13.4.10
0%
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.
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
Updated by Garvin Hicking about 1 month ago
- Related to Bug #104460: Asset ViewHelper does not take config.forceAbsoluteUrls into account added
Updated by Uwe Jakobs about 1 month ago
Same problem, even within a SitePackage AND EXT:
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?
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
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
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
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
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
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
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
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
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).
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
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
Updated by Benni Mack about 1 month ago
Will keep this, although the original change is now reverted.
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
Updated by Markus Klein 22 days ago
Last patch was accidentally pushed to this issue number.