Actions
Bug #22697
closedgetBrowserInfo fails with IE UA Strings
Start date:
2010-05-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
IE has a speciality which leads to a failing result: it sends same browser with different versions, example:
'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ...
This leads to wrong detection when the last entry is used.
Solution: use first entry for msie
(issue imported from #M14458)
Files
Actions