Actions
Bug #16442
closedopenoffice-files cannot be indexed by class.external_parser.php
Start date:
2006-08-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are some bugs in the [case 'sxw':] - section of the readFileContent() - function:
$cmd = $this->app['unzip'].' -p '.$absFile.' content.xml';
This doesn't work with whitespaces in the filename. Same with unzipping meta.xml.
$out must be unset() before the second exec()-call, otherwise $meta_xml will contain the content of both content.xml and meta.xml
SVN Revision 1421 of file /TYPO3core/trunk/typo3/sysext/indexed_search/class.external_parser.php
(issue imported from #M3994)
Files
Actions