Bug #33719
.Shortcuts symlinks use absolute path
100%
Description
The symlinks in the .Shortcuts folder use absolute paths. This is an issue in chrooted environments where the path to the document root can be a different one then the path in the webserver process.
This causes the symlinks to be working in only one situation: during CLI execution or during a HTTP request, depending on which generated the symlink.
Related issues
Updated by Gerrit Code Review almost 9 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 http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Bernhard Fischer almost 9 years ago
The symlinks in the Web/_Resources/Static/Packages folder should also follow relative pathnames for an chrooted installation. Otherwise a cache warmup on CLI will lead to non-existing pathnames.
The usage of relative symlink creation should be done in general on non Windows systems. This also regards the PrivateResourcesPublishingAspect class, which uses absolute symlinks as well.
The unit test for Utilitys/Files.php still fails. I'd assume directory symlink removal is done by unlink() but it has to be done by rmdir() even if it is a symlink.
Updated by Bastian Waidelich almost 9 years ago
- Project changed from TYPO3 Flow Base Distribution to TYPO3.Flow
Updated by Bastian Waidelich almost 9 years ago
- Subject changed from .Shortcuts sumlinks use absolute path to .Shortcuts symlinks use absolute path
- Category set to Package
- Assignee set to Rens Admiraal
- Target version set to 1.1
- Has patch set to No
Updated by Gerrit Code Review almost 9 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 10 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 11 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 12 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 13 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 14 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 15 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 16 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 17 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 18 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 19 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 20 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 21 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Gerrit Code Review almost 9 years ago
Patch set 22 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8868
Updated by Karsten Dambekalns over 8 years ago
- Status changed from Under Review to Closed
- % Done changed from 0 to 100
No more .Shortcuts
in current master…