Actions
Bug #43606
closedWrong path when compressing and merging external js files
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-12-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
in t3lib_compressor on line 319 the path for external files is wrong (as parameter for the method t3lib_div::getUrl).
in my case the path looks like this:
C:/xampp/htdocs/http://html5shim.googlecode.com/svn/trunk/html5.js
the problem at this line is that the rootpath ($this->rootPath) is always added even for external files.
to test:
config.compressJs = 1 config.concatenateJs = 1 page = PAGE page { includeJS { html5 = http://html5shim.googlecode.com/svn/trunk/html5.js html5 { external = 1 } } }
Updated by Tobias Liebig about 12 years ago
Should be easy to solve.
Hint:
in v4.7: t3lib_Compressor
in v6.x: \TYPO3\CMS\Core\ResourceResourceCompressor, function createMergedFile
Updated by Zbigniew Jacko almost 11 years ago
- % Done changed from 0 to 100
It was resolved in http://forge.typo3.org/issues/29695
Updated by Ernesto Baschny almost 11 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Does #29695 solved your issue already, Simon?
Updated by Simon Schaufelberger almost 11 years ago
will test in in the next few days
Updated by Alexander Opitz over 10 years ago
Hi Simon, did you already tested the behavior?
Updated by Simon Schaufelberger over 10 years ago
yes, works as expected. issue can be closed.
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
Thanks for testing.
Actions