[BUGFIX] Do not append a "/" to the folder identifier
When creating a folder object the identifier is suffixed with a '/' automatically which does not make sense when using a non hierarchical filesystem. The identifier must not be modified by the Folder constructor. Resolves: #66861 Related: #65305 Releases: master, 7.6 Change-Id: I9b02767d124a7502f4170cb39a7df3dcff27fe3c Reviewed-on: https://review.typo3.org/39371 Reviewed-by:Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
Showing
- typo3/sysext/core/Classes/Resource/Folder.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/Folder.php
- typo3/sysext/core/Tests/Unit/Resource/FolderTest.php 27 additions, 0 deletionstypo3/sysext/core/Tests/Unit/Resource/FolderTest.php
- typo3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php 1 addition, 1 deletion...3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php
Please register or sign in to comment