Bug #32397
closedPage renderer provides files to compressor incorrectly
100%
Description
If config.absRefPrefix is set, page rendere provides incorrect file references to compressor. It prepends absRefPrefix to JS and CSS file names. This causes two problems: (1) compressor cannot test those files because it always prepends site path to the file name and (2) compressor fetches local files using HTTP (performance!). The result is that all default styles from extensions are missing when compressor is enabled but a reference to an empty CSS file is added to the page.
The solution is not to add absRefPrefix because it is added in a later stage anyway.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7160
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7160
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7160
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7165
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7165
Updated by Dmitry Dulepov almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f20dfac9ecda485486d8995ce944abbc59470b39.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13924
Updated by Alexander Opitz about 11 years ago
- Status changed from Under Review to Closed
This issue was fixed in master (4.7) the 4.6 backport was abandoned as it was end of support.