Bug #63364
closedReadOnly filemounts check does not respect evaluatePermissions setting
100%
Description
In the \TYPO3\CMS\Core\Resource\ResourceStorage
it is possible to set a the class property $evaluatePermissions
.
If this is FALSE
no check for filemount boundaries should be performed.
The new feature for read only filemounts has introduced a regression here because the check for this new flag does not respect this setting.
Another problem is that this check in the checkFileActionPermission()
method can also fail when the user has multiple filemounts, one which allows writing and one which is read only because it breaks on the first read only filemount.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34694
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34694
Updated by Helmut Hummel almost 10 years ago
- Description updated (diff)
- Status changed from Under Review to Needs Feedback
can you eleborate in non technical speak what usecase you have, what your expectations are and what the current behavior is?
Updated by Helmut Hummel almost 10 years ago
- Status changed from Needs Feedback to Accepted
Ok, I think I got it ;)
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34694
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34694
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34694
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34964
Updated by Helmut Hummel almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1dea93759da40f11557cd554a40cfde9e76dc6a2.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34964
Updated by Helmut Hummel almost 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8e1e0e5fdcbecedbb3cf2dde14305e8867ea4b3a.