Actions
Bug #32397
closedPage renderer provides files to compressor incorrectly
Start date:
2011-12-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
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.
Actions