Project

General

Profile

Actions

Bug #32397

closed

Page renderer provides files to compressor incorrectly

Added by Dmitry Dulepov over 12 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31239: compressor doesn't resolves files linked with domainClosed2011-10-24

Actions
Actions #1

Updated by Gerrit Code Review over 12 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

Actions #2

Updated by Gerrit Code Review over 12 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

Actions #3

Updated by Gerrit Code Review over 12 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

Actions #4

Updated by Gerrit Code Review over 12 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7165

Actions #5

Updated by Gerrit Code Review over 12 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7165

Actions #6

Updated by Dmitry Dulepov about 12 years ago

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

Updated by Gerrit Code Review over 11 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

Actions #8

Updated by Alexander Opitz over 10 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.

Actions

Also available in: Atom PDF