Bug #32517
closedt3lib_compressor set local filename to remote uri for external resources
100%
Description
The compressor doesn't correctly handles files that are added as an external resource, for example using
page.includeJS {
jquery = http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
jquery.external = 1
}
t3lib_compressor doesn't update the filename to the local copy after downloading the asset. This results in error messages similar to this one:
PHP Warning: filemtime(): stat failed for /var/www/Intro/http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js in /var/www/typo3_src-git/t3lib/class.t3lib_compressor.php line 295
A fix has been uploaded at https://review.typo3.org/#change,7127
Updated by Gerrit Code Review over 13 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7127
Updated by Gerrit Code Review over 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7127
Updated by Anonymous about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 50cc033e0d7cbaf041cce152191ef9297f789c72.
Updated by Gerrit Code Review about 13 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/9469
Updated by Anonymous about 13 years ago
- Status changed from Under Review to Resolved
Applied in changeset 0e00af5c56565f924240a84e4213cf0db7a5f088.
Updated by Gerrit Code Review almost 13 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/9872
Updated by Anonymous almost 13 years ago
- Status changed from Under Review to Resolved
Applied in changeset bd038d68633ad7789fa08af8444e5619617e64ba.