Actions
Bug #52773
closedPathUtility::isAbsolutePath can't handle unix-styled absolute pathes on Windows systems
Start date:
2013-10-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Mostly TYPO3 tries to convert Windows pathes to unix-like pathes. When using PathUtility::isAbsolutePath or GeneralUtility::isAbsPath both styles have to be accepted.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24721
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24721
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/24724
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/24725
Updated by Nicole Cordes about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c577f9e9654de98a8c400d0afea55b24f9ba5890.
Actions